Uses of Class
io.netty.handler.ipfilter.AbstractRemoteAddressFilter
-
Packages that use AbstractRemoteAddressFilter Package Description io.netty.handler.ipfilter Package to filter IP addresses (allow/deny). -
-
Uses of AbstractRemoteAddressFilter in io.netty.handler.ipfilter
Subclasses of AbstractRemoteAddressFilter in io.netty.handler.ipfilter Modifier and Type Class Description class
IpSubnetFilter
This class allows one to filter newChannel
s based on theIpSubnetFilter
s passed to its constructor.class
RuleBasedIpFilter
This class allows one to filter newChannel
s based on theIpFilterRule
s passed to its constructor.class
UniqueIpFilter
This class allows one to ensure that at all times for every IP address there is at most oneChannel
connected to the server.
-