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
Channel s
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–2024 The Netty Project. All rights reserved.