| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
HandlerRemovingChannelPoolListener
Removes any per-request
ChannelHandler from the pipeline when releasing it to the pool. |
class |
InUseTrackingChannelPoolListener
Marks
Channels as in-use when they are leased from the pool. |
| Constructor and 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) |
Copyright © 2023. All rights reserved.