Uses of Class
io.netty.handler.ipfilter.AbstractRemoteAddressFilter
Packages that use AbstractRemoteAddressFilter
-
Uses of AbstractRemoteAddressFilter in io.netty.handler.ipfilter
Subclasses of AbstractRemoteAddressFilter in io.netty.handler.ipfilterModifier and TypeClassDescriptionclass
This class allows one to filter newChannel
s based on theIpSubnetFilter
s passed to its constructor.class
This class allows one to filter newChannel
s based on theIpFilterRule
s passed to its constructor.class
This class allows one to ensure that at all times for every IP address there is at most oneChannel
connected to the server.