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<EndpointKey<E>,SingleEndpointPool<E>> |
MultiEndpointPool.endpointToPoolMap
Maps endpoint -to- SingleEndpointPool
|
Modifier and Type | Method and Description |
---|---|
SingleEndpointPool<E> |
SingleEndpointPool.Builder.build()
Constructs
SingleEndpointPool . |
protected SingleEndpointPool<E> |
MultiEndpointPool.createSingleEndpointPool(EndpointKey<E> endpointKey)
Creates
SingleEndpointPool instance. |
protected SingleEndpointPool<E> |
MultiEndpointPool.obtainSingleEndpointPool(EndpointKey<E> endpointKey)
Obtains
SingleEndpointPool associated with the specific endpoint
represented by EndpointKey . |
Constructor and Description |
---|
KeepAliveCleanerTask(SingleEndpointPool<E> singleEndpointPool) |
ReconnectTask(SingleEndpointPool<E> singleEndpointPool) |
Copyright © 2015 Oracle Corporation. All rights reserved.