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.(package private) static classIpSubnetFilterRule.Ip4SubnetFilterRule(package private) static classIpSubnetFilterRule.Ip6SubnetFilterRuleFields in io.netty.handler.ipfilter declared as IpFilterRule Modifier and Type Field Description private IpFilterRuleIpSubnetFilterRule. filterRuleFields in io.netty.handler.ipfilter with type parameters of type IpFilterRule Modifier and Type Field Description private java.util.List<IpFilterRule>RuleBasedIpFilter. rulesMethods in io.netty.handler.ipfilter that return IpFilterRule Modifier and Type Method Description (package private) IpFilterRuleIpSubnetFilterRule. getFilterRule()private static IpFilterRuleIpSubnetFilterRule. selectFilterRule(java.net.InetAddress ipAddress, int cidrPrefix, IpFilterRuleType ruleType)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.
-