Uses of Interface
software.amazon.awssdk.http.nio.netty.internal.ListenerInvokingChannelPool.ChannelPoolListener
-
Packages that use ListenerInvokingChannelPool.ChannelPoolListener Package Description software.amazon.awssdk.http.nio.netty.internal -
-
Uses of ListenerInvokingChannelPool.ChannelPoolListener in software.amazon.awssdk.http.nio.netty.internal
Classes in software.amazon.awssdk.http.nio.netty.internal that implement ListenerInvokingChannelPool.ChannelPoolListener Modifier and Type Class Description classAutoReadDisableChannelPoolListenerDisables auto read on in-use channels to allow upper layers to take care of flow control.classAutoReadEnableChannelPoolListenerEnables auto read on idle channels so that any data that a service sends while it's idling can be handled.classHandlerRemovingChannelPoolListenerRemoves any per-requestChannelHandlerfrom the pipeline when releasing it to the pool.classInUseTrackingChannelPoolListenerMarksChannels as in-use when they are leased from the pool.Constructor parameters in software.amazon.awssdk.http.nio.netty.internal with type arguments of type ListenerInvokingChannelPool.ChannelPoolListener Constructor Description 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)
-