- checkBeforeOpeningConnection() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
The method is called before the pool will try to establish new client connection.
- checkNotClosed() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
- close(Endpoint<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Closes specific endpoint associated pool and releases its resources.
- close() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Closes the pool and releases associated resources.
- close() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
Closes the pool and release associated resources.
- connect() - Method in class org.glassfish.grizzly.connectionpool.Endpoint
-
- connect() - Method in class org.glassfish.grizzly.connectionpool.EndpointKey
-
- connectFuture - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTask
-
- ConnectionInfo<E> - Class in org.glassfish.grizzly.connectionpool
-
Pooled Connection information, that might be used for monitoring reasons.
- connectionTTL(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Sets the max amount of time a Connection could be associated with the pool.
- connectionTTL(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the max amount of time a Connection could be associated with the pool.
- connectionTTLMillis - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
the maximum amount of time, a Connection could stay registered with the pool Once timeout is hit - the
connection will be either closed, if it's idle, or detached from the pool, if it's being used.
- ConnectionTTLTaskResolver() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectionTTLTaskResolver
-
- ConnectionTTLWorker() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectionTTLWorker
-
- connectorHandler(ConnectorHandler<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
- connectorHandler - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
ConnectorHandler used to establish new Connections
- connectorHandler(ConnectorHandler<E>) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the ConnectorHandler used to establish new Connections.
- connectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Sets the max time Connection connect operation may take.
- connectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the max time Connection connect operation may take.
- connectTimeoutMillis - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Connect timeout, after which, if a connection is not established, it is considered failed
- ConnectTimeoutTask(GrizzlyFuture<Connection>) - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTask
-
- ConnectTimeoutTaskResolver() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTaskResolver
-
- ConnectTimeoutWorker() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutWorker
-
- corePoolSize - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
The number of Connections, kept in the pool, that are immune to keep-alive mechanism
- corePoolSize(int) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the number of Connections, kept in the pool, that are immune to keep-alive mechanism.
- create(E, ConnectorHandler<E>) - Static method in class org.glassfish.grizzly.connectionpool.Endpoint.Factory
-
- create(E, E, ConnectorHandler<E>) - Static method in class org.glassfish.grizzly.connectionpool.Endpoint.Factory
-
- create(Object, E, E, ConnectorHandler<E>) - Static method in class org.glassfish.grizzly.connectionpool.Endpoint.Factory
-
- createConnectionIfPossible() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
- createSingleEndpointPool(Endpoint<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
- customize(Endpoint<E>, MultiEndpointPool.EndpointPoolBuilder<E>) - Method in interface org.glassfish.grizzly.connectionpool.MultiEndpointPool.EndpointPoolCustomizer
-