Uses of Interface
software.amazon.awssdk.http.nio.netty.internal.SdkChannelPool
Packages that use SdkChannelPool
Package
Description
-
Uses of SdkChannelPool in software.amazon.awssdk.http.nio.netty.internal
Classes in software.amazon.awssdk.http.nio.netty.internal that implement SdkChannelPoolModifier and TypeClassDescriptionfinal classSimple decoratorChannelPoolthat attempts to complete the promise given toCancellableAcquireChannelPool.acquire(Promise)with the channel acquired from the underlying pool.classAn implementation ofChannelPoolthat validates the health of its connections.classA channel pool implementation that tracks the number of "idle" channels in an underlying channel pool.final classASdkChannelPoolthat wraps and delegates to anotherSdkChannelPoolwhile invokingListenerInvokingChannelPool.ChannelPoolListeners for important events that occur.classWrapper around aChannelPoolto protect it from having the same channel released twice.Methods in software.amazon.awssdk.http.nio.netty.internal that return SdkChannelPoolConstructors in software.amazon.awssdk.http.nio.netty.internal with parameters of type SdkChannelPoolModifierConstructorDescriptionCancellableAcquireChannelPool(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 SdkChannelPoolModifier and TypeClassDescriptionclassChannelPoolimplementation that handles multiplexed streams.classChannel 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 SdkChannelPoolModifier and TypeClassDescriptionclassChannelPoolimplementation 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 SdkChannelPoolModifier and TypeMethodDescriptionBetterFixedChannelPool.Builder.channelPool(SdkChannelPool channelPool)