Uses of Class
org.jboss.netty.handler.ipfilter.CIDR
Packages that use CIDR
-
Uses of CIDR in org.jboss.netty.handler.ipfilter
Subclasses of CIDR in org.jboss.netty.handler.ipfilterFields in org.jboss.netty.handler.ipfilter declared as CIDRMethods in org.jboss.netty.handler.ipfilter that return CIDRModifier and TypeMethodDescriptionstatic CIDRCreate 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(InetAddress baseAddress, int cidrMask) Create CIDR using the CIDR Notationstatic CIDRCIDR.newCIDR(InetAddress baseAddress, String scidrMask) Create CIDR using the normal NotationMethods in org.jboss.netty.handler.ipfilter with parameters of type CIDR