Class UniqueIpFilter

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

@Sharable public class UniqueIpFilter extends AbstractRemoteAddressFilter<InetSocketAddress>
This class allows one to ensure that at all times for every IP address there is at most one Channel connected to the server.