Package | Description |
---|---|
org.jboss.netty.handler.ipfilter |
Implementation of a Ip based Filter handlers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IpFilterRule
This Interface defines an Ip Filter Rule.
|
Modifier and Type | Class and Description |
---|---|
class |
IpSubnet
This class allows to check if an IP V4 or V6 Address is contained in a subnet.
|
class |
IpSubnetFilterRule
Ip V4 and Ip V6 filter rule.
|
class |
IpV4Subnet
This class allows to check if an IP-V4-Address is contained in a subnet.
|
class |
IpV4SubnetFilterRule
IpV4 only Filter Rule
|
class |
PatternRule
The Class PatternRule represents an IP filter rule using string patterns.
|
Copyright © 2008-2014 The Netty Project. All Rights Reserved.