Uses of Package
io.netty5.handler.ipfilter
-
Packages that use io.netty5.handler.ipfilter Package Description io.netty5.handler.ipfilter Package to filter IP addresses (allow/deny). -
Classes in io.netty5.handler.ipfilter used by io.netty5.handler.ipfilter Class Description AbstractRemoteAddressFilter This class provides the functionality to either accept or reject newChannels based on their IP address.IpFilterRule Implement this interface to create new rules.IpFilterRuleType Used inIpFilterRuleto decide if a matching IP Address should be allowed or denied to connect.IpSubnetFilterRule Use this class to create rules forRuleBasedIpFilterthat group IP addresses into subnets.