| Package | Description |
|---|---|
| io.netty.handler.ipfilter |
Package to filter IP addresses (allow/deny).
|
| Class and Description |
|---|
| AbstractRemoteAddressFilter
This class provides the functionality to either accept or reject new
Channels
based on their IP address. |
| IpFilterRule
Implement this interface to create new rules.
|
| IpFilterRuleType
Used in
IpFilterRule to decide if a matching IP Address should be allowed or denied to connect. |
| IpSubnetFilterRule
Use this class to create rules for
RuleBasedIpFilter that group IP addresses into subnets. |
Copyright © 2008–2025 The Netty Project. All rights reserved.