Uses of Class
org.jboss.netty.handler.ipfilter.CIDR
-
Packages that use CIDR Package Description org.jboss.netty.handler.ipfilter Implementation of a Ip based Filter handlers.
-
-
Uses of CIDR in org.jboss.netty.handler.ipfilter
Subclasses of CIDR in org.jboss.netty.handler.ipfilter Modifier and Type Class Description classCIDR4classCIDR6Fields in org.jboss.netty.handler.ipfilter declared as CIDR Modifier and Type Field Description private CIDRIpSubnet. cidrInternal representationMethods in org.jboss.netty.handler.ipfilter that return CIDR Modifier and Type Method Description static CIDRCIDR. newCIDR(java.lang.String cidr)Create CIDR using the CIDR or normal Notation
i.e.: CIDR subnet = newCIDR ("10.10.10.0/24"); or CIDR subnet = newCIDR ("1fff:0:0a88:85a3:0:0:ac1f:8001/24"); or CIDR subnet = newCIDR ("10.10.10.0/255.255.255.0");static CIDRCIDR. newCIDR(java.net.InetAddress baseAddress, int cidrMask)Create CIDR using the CIDR Notationstatic CIDRCIDR. newCIDR(java.net.InetAddress baseAddress, java.lang.String scidrMask)Create CIDR using the normal NotationMethods in org.jboss.netty.handler.ipfilter with parameters of type CIDR Modifier and Type Method Description intCIDR4. compareTo(CIDR arg)intCIDR6. compareTo(CIDR arg)
-