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 classIpSubnetFilterThis class allows one to filter newChannels based on theIpSubnetFilters passed to its constructor.classRuleBasedIpFilterThis class allows one to filter newChannels based on theIpFilterRules passed to its constructor.classUniqueIpFilterThis class allows one to ensure that at all times for every IP address there is at most oneChannelconnected to the server.
-