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
Channel s based on the
IpSubnetFilter s passed to its constructor. |
class |
RuleBasedIpFilter
This class allows one to filter new
Channel s based on the
IpFilterRule s 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–2024 The Netty Project. All rights reserved.