Uses of Class
org.jboss.netty.handler.ipfilter.IpSubnet
-
Packages that use IpSubnet Package Description org.jboss.netty.handler.ipfilter Implementation of a Ip based Filter handlers.
-
-
Uses of IpSubnet in org.jboss.netty.handler.ipfilter
Subclasses of IpSubnet in org.jboss.netty.handler.ipfilter Modifier and Type Class Description class
IpSubnetFilterRule
Ip V4 and Ip V6 filter rule.
Note that mix of IPV4 and IPV6 is allowed but it is not recommended.Methods in org.jboss.netty.handler.ipfilter with parameters of type IpSubnet Modifier and Type Method Description int
IpSubnet. compareTo(IpSubnet o)
Compare two IpSubnet
-