- AsyncPoll(SingleEndpointPool) - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.AsyncPoll
-
- asyncPollTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Sets the max time consumer will wait for a Connection to become available.
- asyncPollTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the max time consumer will wait for a Connection to become available.
- asyncPollTimeoutMillis - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Async poll timeout, after which, the async connection poll operation will be failed with a timeout exception
- attach(Endpoint<E>, Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Attaches "foreign" Connection to the pool.
- attach(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
Attaches "foreign" Connection to the pool.