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 newChannel
s based on their IP address.IpSubnetFilter This class allows one to filter newChannel
s based on theIpSubnetFilter
s passed to its constructor.IpSubnetFilterRule Use this class to create rules forRuleBasedIpFilter
that group IP addresses into subnets.IpSubnetFilterRule.Ip4SubnetFilterRule IpSubnetFilterRule.Ip6SubnetFilterRule IpSubnetFilterRuleComparator This comparator is only used for searching.RuleBasedIpFilter This class allows one to filter newChannel
s based on theIpFilterRule
s passed to its constructor.UniqueIpFilter This class allows one to ensure that at all times for every IP address there is at most oneChannel
connected to the server. -
Enum Summary Enum Description IpFilterRuleType Used inIpFilterRule
to decide if a matching IP Address should be allowed or denied to connect.