Class AwaitCloseChannelPoolMap
java.lang.Object
software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap<URI,software.amazon.awssdk.http.nio.netty.internal.SimpleChannelPoolAwareChannelPool>
software.amazon.awssdk.http.nio.netty.internal.AwaitCloseChannelPoolMap
- All Implemented Interfaces:
io.netty.channel.pool.ChannelPoolMap<URI,
,software.amazon.awssdk.http.nio.netty.internal.SimpleChannelPoolAwareChannelPool> Closeable
,AutoCloseable
,Iterable<Map.Entry<URI,
software.amazon.awssdk.http.nio.netty.internal.SimpleChannelPoolAwareChannelPool>>
public final class AwaitCloseChannelPoolMap
extends SdkChannelPoolMap<URI,software.amazon.awssdk.http.nio.netty.internal.SimpleChannelPoolAwareChannelPool>
Implementation of
SdkChannelPoolMap
that awaits channel pools to be closed upon closing.-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class software.amazon.awssdk.http.nio.netty.internal.SdkChannelPoolMap
contains, get, isEmpty, iterator, pools, remove, size
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
builder
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classSdkChannelPoolMap<URI,
software.amazon.awssdk.http.nio.netty.internal.SimpleChannelPoolAwareChannelPool>
-