Package | Description |
---|---|
io.netty.handler.ipfilter |
Package to filter IP addresses (allow/deny).
|
Modifier and Type | Class and Description |
---|---|
class |
IpSubnetFilterRule
Use this class to create rules for
RuleBasedIpFilter that group IP addresses into subnets. |
Constructor and Description |
---|
RuleBasedIpFilter(boolean acceptIfNotFound,
IpFilterRule... rules)
Create new Instance of
RuleBasedIpFilter and filter incoming connections
based on their IP address and rules applied. |
RuleBasedIpFilter(IpFilterRule... rules)
Create new Instance of
RuleBasedIpFilter and filter incoming connections
based on their IP address and rules applied. |
Copyright © 2008–2024 The Netty Project. All rights reserved.