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