Uses of Class
io.netty.handler.ipfilter.IpSubnetFilterRule
Packages that use IpSubnetFilterRule
-
Uses of IpSubnetFilterRule in io.netty.handler.ipfilter
Fields in io.netty.handler.ipfilter with type parameters of type IpSubnetFilterRuleModifier and TypeFieldDescriptionprivate final List
<IpSubnetFilterRule> IpSubnetFilter.ipv4Rules
private final List
<IpSubnetFilterRule> IpSubnetFilter.ipv6Rules
Methods in io.netty.handler.ipfilter that return types with arguments of type IpSubnetFilterRuleModifier and TypeMethodDescriptionprivate static List
<IpSubnetFilterRule> IpSubnetFilter.sortAndFilter
(List<IpSubnetFilterRule> rules) Sort the list Remove over-lapping subnet Sort the list againMethods in io.netty.handler.ipfilter with parameters of type IpSubnetFilterRuleModifier and TypeMethodDescriptionint
IpSubnetFilterRule.compareTo
(IpSubnetFilterRule ipSubnetFilterRule) Method parameters in io.netty.handler.ipfilter with type arguments of type IpSubnetFilterRuleModifier and TypeMethodDescriptionprivate static List
<IpSubnetFilterRule> IpSubnetFilter.sortAndFilter
(List<IpSubnetFilterRule> rules) Sort the list Remove over-lapping subnet Sort the list againConstructors in io.netty.handler.ipfilter with parameters of type IpSubnetFilterRuleModifierConstructorDescriptionIpSubnetFilter
(boolean acceptIfNotFound, IpSubnetFilterRule... rules) Create newIpSubnetFilter
Instance with specifiedIpSubnetFilterRule
as array and specify if we'll accept a connection if we don't find it in the rule(s).IpSubnetFilter
(IpSubnetFilterRule... rules) Create newIpSubnetFilter
Instance with specifiedIpSubnetFilterRule
as array.Constructor parameters in io.netty.handler.ipfilter with type arguments of type IpSubnetFilterRuleModifierConstructorDescriptionIpSubnetFilter
(boolean acceptIfNotFound, List<IpSubnetFilterRule> rules) Create newIpSubnetFilter
Instance with specifiedIpSubnetFilterRule
asList
and specify if we'll accept a connection if we don't find it in the rule(s).IpSubnetFilter
(List<IpSubnetFilterRule> rules)