Class IpSubnetFilterRule

java.lang.Object
io.netty.handler.ipfilter.IpSubnetFilterRule
All Implemented Interfaces:
IpFilterRule, Comparable<IpSubnetFilterRule>

public final class IpSubnetFilterRule extends Object implements IpFilterRule, Comparable<IpSubnetFilterRule>
Use this class to create rules for RuleBasedIpFilter that group IP addresses into subnets. Supports both, IPv4 and IPv6.