Uses of Class
org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
Uses of SingleEndpointPool in org.glassfish.grizzly.connectionpool
Fields in org.glassfish.grizzly.connectionpool declared as SingleEndpointPoolModifier and TypeFieldDescriptionfinal SingleEndpointPool<E>SingleEndpointPool.KeepAliveCleanerTask.poolfinal SingleEndpointPool<E>SingleEndpointPool.ReconnectTask.poolFields in org.glassfish.grizzly.connectionpool with type parameters of type SingleEndpointPoolModifier and TypeFieldDescriptionprotected final Map<Endpoint<E>,SingleEndpointPool<E>> MultiEndpointPool.endpointToPoolMapMaps endpoint -to- SingleEndpointPoolMethods in org.glassfish.grizzly.connectionpool that return SingleEndpointPoolModifier and TypeMethodDescriptionSingleEndpointPool.Builder.build()ConstructsSingleEndpointPool.protected SingleEndpointPool<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 SingleEndpointPoolModifier and TypeMethodDescriptionprotected 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 SingleEndpointPoolModifierConstructorDescriptionprotectedAsyncPoll(SingleEndpointPool pool) KeepAliveCleanerTask(SingleEndpointPool<E> singleEndpointPool) ReconnectTask(SingleEndpointPool<E> singleEndpointPool)