Class | Description |
---|---|
AwaitCloseChannelPoolMap |
Implementation of
SdkChannelPoolMap that awaits channel pools to be closed upon closing. |
AwaitCloseChannelPoolMap.Builder | |
BetterSimpleChannelPool |
Extension of
SimpleChannelPool to add an asynchronous close method |
CancellableAcquireChannelPool |
Simple decorator
ChannelPool that attempts to complete the promise
given to CancellableAcquireChannelPool.acquire(Promise) with the channel acquired from the underlying
pool. |
ChannelAttributeKey |
Keys for attributes attached via
AttributeMap.attr(AttributeKey) . |
ChannelPipelineInitializer |
ChannelPoolHandler to configure the client pipeline.
|
DelegatingEventLoopGroup |
EventLoopGroup that just delegates to another EventLoopGroup . |
FutureCancelHandler |
Closes the channel if the execution future has been cancelled.
|
HandlerRemovingChannelPool |
Removes any per request
ChannelHandler from the pipeline prior to releasing
it to the pool. |
HealthCheckedChannelPool |
An implementation of
ChannelPool that validates the health of its connections. |
HonorCloseOnReleaseChannelPool |
Wrap a channel pool so that
ChannelAttributeKey.CLOSE_ON_RELEASE is honored when a channel is released to the
underlying pool. |
IdleConnectionReaperHandler |
A handler that closes unused channels that have not had any traffic on them for a configurable amount of time.
|
NettyConfiguration |
Internal object for configuring netty.
|
NettyRequestExecutor | |
NonManagedEventLoopGroup |
Decorator around
EventLoopGroup that prevents it from being shutdown. |
OldConnectionReaperHandler |
A handler that will close channels after they have reached their time-to-live, regardless of usage.
|
OneTimeReadTimeoutHandler |
A one-time read timeout handler that removes itself from the pipeline after
the next successful read.
|
ReleaseOnceChannelPool |
Wrapper around a
ChannelPool to protect it from having the same channel released twice. |
RequestAdapter | |
RequestContext | |
ResponseHandler | |
SdkChannelOptions | |
SdkChannelPoolMap<K,P extends io.netty.channel.pool.ChannelPool> |
Replacement for
AbstractChannelPoolMap . |
SharedSdkEventLoopGroup |
Provides access and manages a shared
SdkEventLoopGroup . |
SslCloseCompletionEventHandler |
Handles
SslCloseCompletionEvent s that are sent whenever an SSL channel
goes inactive. |
UnusedChannelExceptionHandler |
A handler for exceptions occurring on channels not current in use (according to
ChannelAttributeKey.IN_USE ). |
Copyright © 2019. All rights reserved.