Uses of Interface
org.jboss.netty.handler.ipfilter.IpFilteringHandler
Packages that use IpFilteringHandler
-
Uses of IpFilteringHandler in org.jboss.netty.handler.ipfilter
Classes in org.jboss.netty.handler.ipfilter that implement IpFilteringHandlerModifier and TypeClassDescriptionclass
General class that handle Ip Filtering.class
Implementation of Filter of IP based on ALLOW and DENY rules.
This implementation could be changed by implementing a newIpFilterRule
than defaultIpV4SubnetFilterRule
(IPV4 support only),IpSubnetFilterRule
(IPV4 and IPV6 support) orIpFilterRule
(IP and host name string pattern support) .
The check is done by going from step to step in the underlying array of IpFilterRule.
EachIpFilterRule
answers to the method accept if theInetAddress
is accepted or not, according to its implementation.class
Handler that block any new connection if there are already a currently active channel connected with the same InetAddress (IP).