Uses of Class
io.netty.handler.ipfilter.IpFilterRuleType
-
Packages that use IpFilterRuleType Package Description io.netty.handler.ipfilter Package to filter IP addresses (allow/deny). -
-
Uses of IpFilterRuleType in io.netty.handler.ipfilter
Fields in io.netty.handler.ipfilter declared as IpFilterRuleType Modifier and Type Field Description private IpFilterRuleType
IpSubnetFilterRule.Ip4SubnetFilterRule. ruleType
private IpFilterRuleType
IpSubnetFilterRule.Ip6SubnetFilterRule. ruleType
Methods in io.netty.handler.ipfilter that return IpFilterRuleType Modifier and Type Method Description IpFilterRuleType
IpFilterRule. ruleType()
IpFilterRuleType
IpSubnetFilterRule.Ip4SubnetFilterRule. ruleType()
IpFilterRuleType
IpSubnetFilterRule.Ip6SubnetFilterRule. ruleType()
IpFilterRuleType
IpSubnetFilterRule. ruleType()
static IpFilterRuleType
IpFilterRuleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IpFilterRuleType[]
IpFilterRuleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.ipfilter with parameters of type IpFilterRuleType Modifier and Type Method Description private static IpFilterRule
IpSubnetFilterRule. selectFilterRule(java.net.InetAddress ipAddress, int cidrPrefix, IpFilterRuleType ruleType)
Constructors in io.netty.handler.ipfilter with parameters of type IpFilterRuleType Constructor Description Ip4SubnetFilterRule(java.net.Inet4Address ipAddress, int cidrPrefix, IpFilterRuleType ruleType)
Ip6SubnetFilterRule(java.net.Inet6Address ipAddress, int cidrPrefix, IpFilterRuleType ruleType)
IpSubnetFilterRule(java.lang.String ipAddress, int cidrPrefix, IpFilterRuleType ruleType)
IpSubnetFilterRule(java.net.InetAddress ipAddress, int cidrPrefix, IpFilterRuleType ruleType)
-