Class BetterSimpleChannelPool

java.lang.Object
io.netty.channel.pool.SimpleChannelPool
software.amazon.awssdk.http.nio.netty.internal.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 Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class io.netty.channel.pool.SimpleChannelPool

    acquire, acquire, closeAsync, release, release

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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