Uses of Interface
software.amazon.awssdk.http.nio.netty.internal.SdkChannelPool
-
Packages that use SdkChannelPool Package Description software.amazon.awssdk.http.nio.netty.internal software.amazon.awssdk.http.nio.netty.internal.http2 software.amazon.awssdk.http.nio.netty.internal.utils -
-
Uses of SdkChannelPool in software.amazon.awssdk.http.nio.netty.internal
Classes in software.amazon.awssdk.http.nio.netty.internal that implement SdkChannelPool Modifier and Type Class Description classCancellableAcquireChannelPoolSimple decoratorChannelPoolthat attempts to complete the promise given toCancellableAcquireChannelPool.acquire(Promise)with the channel acquired from the underlying pool.classHealthCheckedChannelPoolAn implementation ofChannelPoolthat validates the health of its connections.classIdleConnectionCountingChannelPoolA channel pool implementation that tracks the number of "idle" channels in an underlying channel pool.classListenerInvokingChannelPoolASdkChannelPoolthat wraps and delegates to anotherSdkChannelPoolwhile invokingListenerInvokingChannelPool.ChannelPoolListeners for important events that occur.classReleaseOnceChannelPoolWrapper around aChannelPoolto protect it from having the same channel released twice.Methods in software.amazon.awssdk.http.nio.netty.internal that return SdkChannelPool Modifier and Type Method Description SdkChannelPoolRequestContext. channelPool()Constructors in software.amazon.awssdk.http.nio.netty.internal with parameters of type SdkChannelPool Constructor Description CancellableAcquireChannelPool(io.netty.util.concurrent.EventExecutor executor, SdkChannelPool delegatePool)HealthCheckedChannelPool(io.netty.channel.EventLoopGroup eventLoopGroup, NettyConfiguration configuration, SdkChannelPool delegate)ListenerInvokingChannelPool(io.netty.channel.EventLoopGroup eventLoopGroup, SdkChannelPool delegatePool, List<ListenerInvokingChannelPool.ChannelPoolListener> listeners)ListenerInvokingChannelPool(Supplier<io.netty.util.concurrent.Promise<io.netty.channel.Channel>> promiseFactory, SdkChannelPool delegatePool, List<ListenerInvokingChannelPool.ChannelPoolListener> listeners)ReleaseOnceChannelPool(SdkChannelPool delegate)RequestContext(SdkChannelPool channelPool, io.netty.channel.EventLoopGroup eventLoopGroup, AsyncExecuteRequest executeRequest, NettyConfiguration configuration) -
Uses of SdkChannelPool in software.amazon.awssdk.http.nio.netty.internal.http2
Classes in software.amazon.awssdk.http.nio.netty.internal.http2 that implement SdkChannelPool Modifier and Type Class Description classHttp2MultiplexedChannelPoolChannelPoolimplementation that handles multiplexed streams.classHttpOrHttp2ChannelPoolChannel pool that establishes an initial connection to determine protocol. -
Uses of SdkChannelPool in software.amazon.awssdk.http.nio.netty.internal.utils
Classes in software.amazon.awssdk.http.nio.netty.internal.utils that implement SdkChannelPool Modifier and Type Class Description classBetterFixedChannelPoolChannelPoolimplementation that takes anotherChannelPoolimplementation and enforce a maximum number of concurrent connections.Methods in software.amazon.awssdk.http.nio.netty.internal.utils with parameters of type SdkChannelPool Modifier and Type Method Description BetterFixedChannelPool.BuilderBetterFixedChannelPool.Builder. channelPool(SdkChannelPool channelPool)
-