A B C D E F G H I K L M O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- 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
-
Method throws
IOExceptionif the pool has been closed. - 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.
- close(Endpoint<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Closes specific endpoint associated pool and releases its 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
Connectioninformation, 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
Connectioncould be associated with the pool. - connectionTTL(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the max amount of time a
Connectioncould be associated with the pool. - connectionTTLMillis - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
the maximum amount of time, a
Connectioncould 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 - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
ConnectorHandlerused to establish newConnections - connectorHandler(ConnectorHandler<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Deprecated.
Endpointmust always know how to establish the connection - connectorHandler(ConnectorHandler<E>) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the
ConnectorHandlerused to establish newConnections. - connectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Sets the max time
Connectionconnect operation may take. - connectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the max time
Connectionconnect 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, E, ConnectorHandler<E>) - Static method in class org.glassfish.grizzly.connectionpool.Endpoint.Factory
- create(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
-
Checks if it's possible to create a new
Connectionby callingSingleEndpointPool.checkBeforeOpeningConnection()and if it is possible - establish new connection. - createSingleEndpointPool(Endpoint<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Creates
SingleEndpointPoolinstance. - customize(Endpoint<E>, MultiEndpointPool.EndpointPoolBuilder<E>) - Method in interface org.glassfish.grizzly.connectionpool.MultiEndpointPool.EndpointPoolCustomizer
All Classes All Packages