Uses of Package
io.netty.handler.ipfilter
Packages that use io.netty.handler.ipfilter
-
Classes in io.netty.handler.ipfilter used by io.netty.handler.ipfilterClassDescriptionThis class provides the functionality to either accept or reject new
Channels based on their IP address.Implement this interface to create new rules.Used inIpFilterRuleto decide if a matching IP Address should be allowed or denied to connect.Use this class to create rules forRuleBasedIpFilterthat group IP addresses into subnets.