| Interface | Description | 
|---|---|
| IpFilterRule | 
 Implement this interface to create new rules. 
 | 
| Class | Description | 
|---|---|
| AbstractRemoteAddressFilter<T extends java.net.SocketAddress> | 
 This class provides the functionality to either accept or reject new  
Channels
 based on their IP address. | 
| IpSubnetFilterRule | 
 Use this class to create rules for  
RuleBasedIpFilter that group IP addresses into subnets. | 
| RuleBasedIpFilter | 
 This class allows one to filter new  
Channels based on the
 IpFilterRules passed to its constructor. | 
| 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. | 
| Enum | Description | 
|---|---|
| IpFilterRuleType | 
 Used in  
IpFilterRule to decide if a matching IP Address should be allowed or denied to connect. | 
Copyright © 2008–2018 The Netty Project. All rights reserved.