Package | Description |
---|---|
org.glassfish.grizzly.connectionpool |
Modifier and Type | Field and Description |
---|---|
SingleEndpointPool<E> |
SingleEndpointPool.KeepAliveCleanerTask.pool |
SingleEndpointPool<E> |
SingleEndpointPool.ReconnectTask.pool |
Modifier and Type | Field and Description |
---|---|
protected Map<Endpoint<E>,SingleEndpointPool<E>> |
MultiEndpointPool.endpointToPoolMap
Maps endpoint -to- SingleEndpointPool
|
Modifier and Type | Method and Description |
---|---|
SingleEndpointPool<E> |
SingleEndpointPool.Builder.build()
Constructs
SingleEndpointPool . |
SingleEndpointPool<E> |
MultiEndpointPool.EndpointPoolBuilder.build0(Endpoint<E> e) |
protected SingleEndpointPool<E> |
SingleEndpointPool.Builder.build0(Endpoint<E> e) |
protected SingleEndpointPool<E> |
MultiEndpointPool.createSingleEndpointPool(Endpoint<E> endpoint)
Creates
SingleEndpointPool instance. |
protected SingleEndpointPool<E> |
MultiEndpointPool.obtainSingleEndpointPool(Endpoint<E> endpoint)
Obtains
SingleEndpointPool associated with the specific endpoint
represented by Endpoint . |
Modifier and Type | Method and Description |
---|---|
protected void |
Endpoint.onConnect(Connection connection,
SingleEndpointPool<E> pool)
The method is called, once new
Connection related to the
Endpoint is established. |
Constructor and Description |
---|
AsyncPoll(SingleEndpointPool pool) |
KeepAliveCleanerTask(SingleEndpointPool<E> singleEndpointPool) |
ReconnectTask(SingleEndpointPool<E> singleEndpointPool) |
Copyright © 2024 Oracle Corporation. All rights reserved.