| Class and Description |
|---|
| AwaitCloseChannelPoolMap
Implementation of
SdkChannelPoolMap that awaits channel pools to be closed upon closing. |
| AwaitCloseChannelPoolMap.Builder |
| ChannelDiagnostics
Diagnostic information that may be useful to help with debugging during error scenarios.
|
DelegatingEventLoopGroup
EventLoopGroup that just delegates to another EventLoopGroup. |
| FutureCancelHandler
Closes the channel if the execution future has been cancelled.
|
| HandlerRemovingChannelPoolListener
Removes any per-request
ChannelHandler from the pipeline when releasing it to the pool. |
| InUseTrackingChannelPoolListener
Marks
Channels as in-use when they are leased from the pool. |
| ListenerInvokingChannelPool.ChannelPoolListener
Listener which is called for various actions performed on a
SdkChannelPool. |
| NettyConfiguration
Internal object for configuring netty.
|
| RequestContext |
| ResponseHandler |
| SdkChannelOptions |
| SdkChannelPool
A
ChannelPool implementation that allows a caller to asynchronously retrieve channel-pool related metrics via
SdkChannelPool.collectChannelPoolMetrics(MetricCollector). |
| SdkChannelPoolMap
Replacement for
AbstractChannelPoolMap. |
| SslCloseCompletionEventHandler
Handles
SslCloseCompletionEvents that are sent whenever an SSL channel
goes inactive. |
| StaticKeyManagerFactory
Factory that simply returns a statically provided set of
KeyManagers. |
| UnusedChannelExceptionHandler
A handler for exceptions occurring on channels not current in use (according to
ChannelAttributeKey.IN_USE). |
| Class and Description |
|---|
| NettyConfiguration
Internal object for configuring netty.
|
| SdkChannelPool
A
ChannelPool implementation that allows a caller to asynchronously retrieve channel-pool related metrics via
SdkChannelPool.collectChannelPoolMetrics(MetricCollector). |
| Class and Description |
|---|
| SdkChannelPool
A
ChannelPool implementation that allows a caller to asynchronously retrieve channel-pool related metrics via
SdkChannelPool.collectChannelPoolMetrics(MetricCollector). |
Copyright © 2023. All rights reserved.