- Endpoint<E> - Class in org.glassfish.grizzly.connectionpool
-
The abstract class, which describes a pool endpoint and has a method, which creates new Connection to the
endpoint.
- Endpoint() - Constructor for class org.glassfish.grizzly.connectionpool.Endpoint
-
- endpoint - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
The endpoint information
- endpoint(Endpoint<E>) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the endpoint information.
- Endpoint.Factory - Class in org.glassfish.grizzly.connectionpool
-
Convenient Endpoint factory for cases, when user has a ConnectorHandler and endpoint address.
- endpointAddress - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Endpoint address
- endpointAddress(E) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the endpoint address.
- EndpointKey<E> - Class in org.glassfish.grizzly.connectionpool
-
- EndpointKey(Object, E) - Constructor for class org.glassfish.grizzly.connectionpool.EndpointKey
-
Construct EndpointKey based on the given internalKey and endpoint.
- EndpointKey(Object, E, E) - Constructor for class org.glassfish.grizzly.connectionpool.EndpointKey
-
Construct EndpointKey based on the given internalKey, endpoint, and local endpoint.
- EndpointKey(Object, E, ConnectorHandler<E>) - Constructor for class org.glassfish.grizzly.connectionpool.EndpointKey
-
Construct EndpointKey based on the given internalKey, endpoint, and ConnectorHandler.
- EndpointKey(Object, E, E, ConnectorHandler<E>) - Constructor for class org.glassfish.grizzly.connectionpool.EndpointKey
-
- endpointPoolCustomizer(MultiEndpointPool.EndpointPoolCustomizer<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Set the customizer, which will be used to modify a specific endpoint pool settings and overwrite the default settings
assigned by this MultiEndpointPool.
- endpointToPoolMap - Variable in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Maps endpoint -to- SingleEndpointPool
- equals(Object) - Method in class org.glassfish.grizzly.connectionpool.Endpoint
-