Uses of Class
io.netty.handler.ipfilter.IpSubnetFilterRule
-
Packages that use IpSubnetFilterRule Package Description io.netty.handler.ipfilter Package to filter IP addresses (allow/deny). -
-
Uses of IpSubnetFilterRule in io.netty.handler.ipfilter
Fields in io.netty.handler.ipfilter declared as IpSubnetFilterRule Modifier and Type Field Description private IpSubnetFilterRule[]IpSubnetFilter. ipv4Rulesprivate IpSubnetFilterRule[]IpSubnetFilter. ipv6RulesMethods in io.netty.handler.ipfilter that return IpSubnetFilterRule Modifier and Type Method Description private static IpSubnetFilterRule[]IpSubnetFilter. sortAndFilter(java.util.List<IpSubnetFilterRule> rules)Sort the list Remove over-lapping subnet Sort the list againMethods in io.netty.handler.ipfilter with parameters of type IpSubnetFilterRule Modifier and Type Method Description intIpSubnetFilterRule. compareTo(IpSubnetFilterRule ipSubnetFilterRule)Method parameters in io.netty.handler.ipfilter with type arguments of type IpSubnetFilterRule Modifier and Type Method Description private static IpSubnetFilterRule[]IpSubnetFilter. sortAndFilter(java.util.List<IpSubnetFilterRule> rules)Sort the list Remove over-lapping subnet Sort the list againConstructors in io.netty.handler.ipfilter with parameters of type IpSubnetFilterRule Constructor Description IpSubnetFilter(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 IpSubnetFilterRule Constructor Description IpSubnetFilter(boolean acceptIfNotFound, java.util.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(java.util.List<IpSubnetFilterRule> rules)
-