Uses of Interface
io.netty.handler.ipfilter.IpFilterRule
-
Packages that use IpFilterRule Package Description io.netty.handler.ipfilter Package to filter IP addresses (allow/deny). -
-
Uses of IpFilterRule in io.netty.handler.ipfilter
Classes in io.netty.handler.ipfilter that implement IpFilterRule Modifier and Type Class Description classIpSubnetFilterRuleUse this class to create rules forRuleBasedIpFilterthat group IP addresses into subnets.Constructors in io.netty.handler.ipfilter with parameters of type IpFilterRule Constructor Description RuleBasedIpFilter(boolean acceptIfNotFound, IpFilterRule... rules)Create new Instance ofRuleBasedIpFilterand filter incoming connections based on their IP address andrulesapplied.RuleBasedIpFilter(IpFilterRule... rules)Create new Instance ofRuleBasedIpFilterand filter incoming connections based on their IP address andrulesapplied.
-