Class | Description |
---|---|
ConnectionInfo<E> |
Pooled
Connection information, that might be used for monitoring reasons. |
EndpointKey<E> |
The key object representing single endpoint in the
MultiEndpointPool . |
MultiEndpointPool<E> |
The multi endpoint
Connection pool implementation where each endpoint
sub-pool is represented by SingleEndpointPool and referenced by an EndpointKey . |
MultiEndpointPool.Builder<E> |
The Builder class responsible for constructing
SingleEndpointPool . |
SingleEndpointPool<E> |
The single endpoint
Connection pool implementation, in other words
this pool manages Connection s to one specific endpoint. |
SingleEndpointPool.Builder<E> |
The Builder class responsible for constructing
SingleEndpointPool . |
SingleEndpointPool.ConnectTimeoutTask | |
SingleEndpointPool.ConnectTimeoutTaskResolver | |
SingleEndpointPool.ConnectTimeoutWorker |
Connect timeout mechanism classes related to DelayedExecutor.
|
SingleEndpointPool.KeepAliveCleaner |
Keep-alive mechanism classes related to DelayedExecutor.
|
SingleEndpointPool.KeepAliveCleanerTask<E> | |
SingleEndpointPool.KeepAliveCleanerTaskResolver | |
SingleEndpointPool.Reconnector |
Reconnect mechanism classes related to DelayedExecutor.
|
SingleEndpointPool.ReconnectTask<E> | |
SingleEndpointPool.ReconnectTaskResolver |
Copyright © 2014 Oracle Corporation. All rights reserved.