Class BetterSimpleChannelPool

  • All Implemented Interfaces:
    io.netty.channel.pool.ChannelPool, Closeable, AutoCloseable

    public final class BetterSimpleChannelPool
    extends io.netty.channel.pool.SimpleChannelPool
    Extension of SimpleChannelPool to add an asynchronous close method
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface io.netty.channel.pool.ChannelPool
        Specified by:
        close in interface Closeable
        Overrides:
        close in class io.netty.channel.pool.SimpleChannelPool