Package io.netty.handler.ipfilter
package io.netty.handler.ipfilter
Package to filter IP addresses (allow/deny).
-
ClassDescriptionAbstractRemoteAddressFilter<T extends SocketAddress>This class provides the functionality to either accept or reject new
Channels based on their IP address.Implement this interface to create new rules.Used inIpFilterRuleto decide if a matching IP Address should be allowed or denied to connect.This class allows one to filter newChannels based on theIpSubnetFilters passed to its constructor.Use this class to create rules forRuleBasedIpFilterthat group IP addresses into subnets.This class allows one to filter newChannels based on theIpFilterRules passed to its constructor.This class allows one to ensure that at all times for every IP address there is at most oneChannelconnected to the server.