- keepAliveCheckInterval(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Sets the interval, which specifies how often the pool will perform idle Connections check.
- keepAliveCheckInterval(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the interval, which specifies how often the pool will perform idle Connections check.
- keepAliveCheckIntervalMillis - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
the interval, which specifies how often the pool will perform idle Connections check
- KeepAliveCleaner() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleaner
-
- KeepAliveCleanerTask(SingleEndpointPool<E>) - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTask
-
- KeepAliveCleanerTaskResolver() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTaskResolver
-
- keepAliveTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Sets the maximum number of milliseconds an idle Connection will be kept in the pool.
- keepAliveTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the maximum number of milliseconds an idle Connection will be kept in the pool.
- keepAliveTimeoutMillis - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
the maximum number of milliseconds an idle Connection will be kept in the pool.