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
Methods in io.netty.handler.ipfilter that return IpFilterRuleType Modifier and Type Method Description IpFilterRuleTypeIpFilterRule. ruleType()IpFilterRuleTypeIpSubnetFilterRule. ruleType()static IpFilterRuleTypeIpFilterRuleType. valueOf(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.Constructors in io.netty.handler.ipfilter with parameters of type IpFilterRuleType Constructor Description IpSubnetFilterRule(String ipAddress, int cidrPrefix, IpFilterRuleType ruleType)Create a newIpSubnetFilterRuleinstanceIpSubnetFilterRule(String ipAddressWithCidr, IpFilterRuleType ruleType)Create a newIpSubnetFilterRuleinstanceIpSubnetFilterRule(InetAddress ipAddress, int cidrPrefix, IpFilterRuleType ruleType)Create a newIpSubnetFilterRuleinstance
-