Uses of Enum
io.netty.handler.ipfilter.IpFilterRuleType
Packages that use IpFilterRuleType
-
Uses of IpFilterRuleType in io.netty.handler.ipfilter
Methods in io.netty.handler.ipfilter that return IpFilterRuleTypeModifier and TypeMethodDescriptionIpFilterRule.ruleType()IpSubnetFilterRule.ruleType()static IpFilterRuleTypeReturns 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 IpFilterRuleTypeModifierConstructorDescriptionIpSubnetFilterRule(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