Uses of Class
org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
-
Uses of SingleEndpointPool in org.glassfish.grizzly.connectionpool
Fields in org.glassfish.grizzly.connectionpool declared as SingleEndpointPool Modifier and Type Field Description SingleEndpointPool<E>SingleEndpointPool.KeepAliveCleanerTask. poolSingleEndpointPool<E>SingleEndpointPool.ReconnectTask. poolFields in org.glassfish.grizzly.connectionpool with type parameters of type SingleEndpointPool Modifier and Type Field Description protected Map<Endpoint<E>,SingleEndpointPool<E>>MultiEndpointPool. endpointToPoolMapMaps endpoint -to- SingleEndpointPoolMethods in org.glassfish.grizzly.connectionpool that return SingleEndpointPool Modifier and Type Method Description SingleEndpointPool<E>SingleEndpointPool.Builder. build()ConstructsSingleEndpointPool.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)CreatesSingleEndpointPoolinstance.protected SingleEndpointPool<E>MultiEndpointPool. obtainSingleEndpointPool(Endpoint<E> endpoint)ObtainsSingleEndpointPoolassociated with the specific endpoint represented byEndpoint.Methods in org.glassfish.grizzly.connectionpool with parameters of type SingleEndpointPool Modifier and Type Method Description protected voidEndpoint. onConnect(org.glassfish.grizzly.Connection connection, SingleEndpointPool<E> pool)The method is called, once newConnectionrelated to the Endpoint is established.Constructors in org.glassfish.grizzly.connectionpool with parameters of type SingleEndpointPool Constructor Description AsyncPoll(SingleEndpointPool pool)KeepAliveCleanerTask(SingleEndpointPool<E> singleEndpointPool)ReconnectTask(SingleEndpointPool<E> singleEndpointPool)
-