Index

A B C D E F G H I K L M O P R S T 
All Classes and Interfaces|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 IOException if 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 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 - 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.MultiEndpointPool.Builder
Deprecated.
Endpoint must always know how to establish the connection
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, 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 Connection by calling SingleEndpointPool.checkBeforeOpeningConnection() and if it is possible - establish new connection.
createSingleEndpointPool(Endpoint<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Creates SingleEndpointPool instance.
customize(Endpoint<E>, MultiEndpointPool.EndpointPoolBuilder<E>) - Method in interface org.glassfish.grizzly.connectionpool.MultiEndpointPool.EndpointPoolCustomizer
 
A B C D E F G H I K L M O P R S T 
All Classes and Interfaces|All Packages