Package | Description |
---|---|
io.netty.handler.ipfilter |
Package to filter IP addresses (allow/deny).
|
Modifier and Type | Method and Description |
---|---|
int |
IpSubnetFilterRule.compareTo(IpSubnetFilterRule ipSubnetFilterRule) |
Constructor and Description |
---|
IpSubnetFilter(boolean acceptIfNotFound,
IpSubnetFilterRule... rules)
Create new
IpSubnetFilter Instance with specified IpSubnetFilterRule as array
and specify if we'll accept a connection if we don't find it in the rule(s). |
IpSubnetFilter(IpSubnetFilterRule... rules)
Create new
IpSubnetFilter Instance with specified IpSubnetFilterRule as array. |
Constructor and Description |
---|
IpSubnetFilter(boolean acceptIfNotFound,
List<IpSubnetFilterRule> rules)
Create new
IpSubnetFilter Instance with specified IpSubnetFilterRule as List
and specify if we'll accept a connection if we don't find it in the rule(s). |
IpSubnetFilter(List<IpSubnetFilterRule> rules)
|
Copyright © 2008–2024 The Netty Project. All rights reserved.