| AutoReadDisableChannelPoolListener |
Disables auto read on in-use channels to allow upper layers to take care of flow control.
|
| AutoReadEnableChannelPoolListener |
Enables auto read on idle channels so that any data that a service sends while it's idling can be handled.
|
| 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 |
|
| 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).
|