| Class and Description |
|---|
| 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. |
| Link
The object represents an element, from which a minimalistic
Chain is built. |
| MultiEndpointPool
The multi endpoint
Connection pool implementation where each endpoint
sub-pool is represented by SingleEndpointPool and referenced by an Endpoint. |
| MultiEndpointPool.Builder
The Builder class responsible for constructing
SingleEndpointPool. |
| 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.AsyncPoll |
| SingleEndpointPool.Builder
The Builder class responsible for constructing
SingleEndpointPool. |
| SingleEndpointPool.ConnectTimeoutTask |
| SingleEndpointPool.KeepAliveCleanerTask |
| SingleEndpointPool.ReconnectTask |
Copyright © 2020 Oracle Corporation. All Rights Reserved.