| Package | Description |
|---|---|
| io.netty.handler.ipfilter |
Package to filter IP addresses (allow/deny).
|
| Modifier and Type | Class and Description |
|---|---|
class |
IpSubnetFilter
This class allows one to filter new
Channels based on the
IpSubnetFilters passed to its constructor. |
class |
RuleBasedIpFilter
This class allows one to filter new
Channels based on the
IpFilterRules passed to its constructor. |
class |
UniqueIpFilter
This class allows one to ensure that at all times for every IP address there is at most one
Channel connected to the server. |
Copyright © 2008–2025 The Netty Project. All rights reserved.