Package io.netty.handler.ipfilter
Package to filter IP addresses (allow/deny).
- 
Interface Summary Interface Description IpFilterRule Implement this interface to create new rules. - 
Class Summary Class Description AbstractRemoteAddressFilter<T extends java.net.SocketAddress> This class provides the functionality to either accept or reject newChannels based on their IP address.IpSubnetFilter This class allows one to filter newChannels based on theIpSubnetFilters passed to its constructor.IpSubnetFilterRule Use this class to create rules forRuleBasedIpFilterthat group IP addresses into subnets.RuleBasedIpFilter This class allows one to filter newChannels based on theIpFilterRules passed to its constructor.UniqueIpFilter This class allows one to ensure that at all times for every IP address there is at most oneChannelconnected to the server. - 
Enum Summary Enum Description IpFilterRuleType Used inIpFilterRuleto decide if a matching IP Address should be allowed or denied to connect.