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 newChannel
s based on their IP address.IpFilterRule Implement this interface to create new rules.IpFilterRuleType Used inIpFilterRule
to decide if a matching IP Address should be allowed or denied to connect.IpSubnetFilterRule Use this class to create rules forRuleBasedIpFilter
that group IP addresses into subnets.