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 ofSimpleChannelPool
to add an asynchronous close method
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceio.netty.channel.pool.ChannelPool
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classio.netty.channel.pool.SimpleChannelPool
-
-