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 class
CIDR4
class
CIDR6
Fields in org.jboss.netty.handler.ipfilter declared as CIDR Modifier and Type Field Description private CIDR
IpSubnet. cidr
Internal representationMethods in org.jboss.netty.handler.ipfilter that return CIDR Modifier and Type Method Description static CIDR
CIDR. 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 CIDR
CIDR. newCIDR(java.net.InetAddress baseAddress, int cidrMask)
Create CIDR using the CIDR Notationstatic CIDR
CIDR. 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 int
CIDR4. compareTo(CIDR arg)
int
CIDR6. compareTo(CIDR arg)
-