Package | Description |
---|---|
org.jboss.netty.handler.ipfilter |
Implementation of a Ip based Filter handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
CIDR4 |
class |
CIDR6 |
Modifier and Type | Method and Description |
---|---|
static CIDR |
CIDR.newCIDR(InetAddress baseAddress,
int cidrMask)
Create CIDR using the CIDR Notation
|
static CIDR |
CIDR.newCIDR(InetAddress baseAddress,
String scidrMask)
Create CIDR using the normal Notation
|
static CIDR |
CIDR.newCIDR(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"); |
Modifier and Type | Method and Description |
---|---|
int |
CIDR6.compareTo(CIDR arg) |
int |
CIDR4.compareTo(CIDR arg) |
Copyright © 2008-2014 The Netty Project. All Rights Reserved.