Package | Description |
---|---|
io.netty.handler.ipfilter |
Package to filter IP addresses (allow/deny).
|
Modifier and Type | Field and Description |
---|---|
private IpFilterRuleType |
IpSubnetFilterRule.Ip4SubnetFilterRule.ruleType |
private IpFilterRuleType |
IpSubnetFilterRule.Ip6SubnetFilterRule.ruleType |
Modifier and Type | Method and Description |
---|---|
IpFilterRuleType |
IpSubnetFilterRule.ruleType() |
IpFilterRuleType |
IpSubnetFilterRule.Ip4SubnetFilterRule.ruleType() |
IpFilterRuleType |
IpSubnetFilterRule.Ip6SubnetFilterRule.ruleType() |
IpFilterRuleType |
IpFilterRule.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.
|
Modifier and Type | Method and Description |
---|---|
private static IpFilterRule |
IpSubnetFilterRule.selectFilterRule(java.net.InetAddress ipAddress,
int cidrPrefix,
IpFilterRuleType ruleType) |
Constructor and Description |
---|
Ip4SubnetFilterRule(java.net.Inet4Address ipAddress,
int cidrPrefix,
IpFilterRuleType ruleType) |
Ip6SubnetFilterRule(java.net.Inet6Address ipAddress,
int cidrPrefix,
IpFilterRuleType ruleType) |
IpSubnetFilterRule(java.net.InetAddress ipAddress,
int cidrPrefix,
IpFilterRuleType ruleType) |
IpSubnetFilterRule(java.lang.String ipAddress,
int cidrPrefix,
IpFilterRuleType ruleType) |