Class UniqueIpFilter

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.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.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        io.netty.channel.ChannelHandler.Sharable
    • Constructor Summary

      Constructors 
      Constructor Description
      UniqueIpFilter()