| ConnectionInfo |
Pooled Connection information, that might be used for monitoring reasons.
|
| Endpoint |
The abstract class, which describes a pool endpoint and has a method, which creates new Connection to the
endpoint.
|
| MultiEndpointPool |
The multi endpoint Connection pool implementation where each endpoint sub-pool is represented by
SingleEndpointPool and referenced by an Endpoint.
|
| MultiEndpointPool.Builder |
|
| MultiEndpointPool.EndpointPoolBuilder |
|
| MultiEndpointPool.EndpointPoolCustomizer |
The customizer, which could be used to modify an endpoint pool setting before it will be created.
|
| SingleEndpointPool |
The single endpoint Connection pool implementation, in other words this pool manages Connections to
one specific endpoint.
|
| SingleEndpointPool.Builder |
|
| SingleEndpointPool.ConnectTimeoutTask |
|
| SingleEndpointPool.KeepAliveCleanerTask |
|
| SingleEndpointPool.ReconnectTask |
|