Package | Description |
---|---|
io.netty.handler.ipfilter |
Package to filter IP addresses (allow/deny).
|
Modifier and Type | Method and Description |
---|---|
IpFilterRuleType |
IpSubnetFilterRule.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.
|
Constructor and Description |
---|
IpSubnetFilterRule(java.net.InetAddress ipAddress,
int cidrPrefix,
IpFilterRuleType ruleType) |
IpSubnetFilterRule(java.lang.String ipAddress,
int cidrPrefix,
IpFilterRuleType ruleType) |
Copyright © 2008–2018 The Netty Project. All rights reserved.