Uses of Class
io.netty.handler.ipfilter.IpSubnetFilterRule
Packages that use IpSubnetFilterRule
-
Uses of IpSubnetFilterRule in io.netty.handler.ipfilter
Classes in io.netty.handler.ipfilter that implement interfaces with type arguments of type IpSubnetFilterRuleModifier and TypeClassDescriptionfinal classUse this class to create rules forRuleBasedIpFilterthat group IP addresses into subnets.Methods in io.netty.handler.ipfilter with parameters of type IpSubnetFilterRuleModifier and TypeMethodDescriptionintIpSubnetFilterRule.compareTo(IpSubnetFilterRule ipSubnetFilterRule) Constructors in io.netty.handler.ipfilter with parameters of type IpSubnetFilterRuleModifierConstructorDescriptionIpSubnetFilter(boolean acceptIfNotFound, IpSubnetFilterRule... rules) Create newIpSubnetFilterInstance with specifiedIpSubnetFilterRuleas array and specify if we'll accept a connection if we don't find it in the rule(s).IpSubnetFilter(IpSubnetFilterRule... rules) Create newIpSubnetFilterInstance with specifiedIpSubnetFilterRuleas array.Constructor parameters in io.netty.handler.ipfilter with type arguments of type IpSubnetFilterRuleModifierConstructorDescriptionIpSubnetFilter(boolean acceptIfNotFound, List<IpSubnetFilterRule> rules) Create newIpSubnetFilterInstance with specifiedIpSubnetFilterRuleasListand specify if we'll accept a connection if we don't find it in the rule(s).IpSubnetFilter(List<IpSubnetFilterRule> rules)