Uses of Class
org.glassfish.grizzly.utils.DelayedExecutor
-
-
Uses of DelayedExecutor in org.glassfish.grizzly.http
Constructors in org.glassfish.grizzly.http with parameters of type DelayedExecutor Constructor Description HttpServerFilter(boolean chunkingEnabled, int maxHeadersSize, java.lang.String defaultResponseContentType, KeepAlive keepAlive, DelayedExecutor executor)Deprecated.Next major release will include builders for filters requiring configuration.HttpServerFilter(boolean chunkingEnabled, int maxHeadersSize, java.lang.String defaultResponseContentType, KeepAlive keepAlive, DelayedExecutor executor, int maxRequestHeaders, int maxResponseHeaders)Deprecated.Next major release will include builders for filters requiring configuration.HttpServerFilter(boolean chunkingEnabled, int maxHeadersSize, KeepAlive keepAlive, DelayedExecutor executor)Deprecated.Next major release will include builders for filters requiring configuration. -
Uses of DelayedExecutor in org.glassfish.grizzly.http.server
Constructors in org.glassfish.grizzly.http.server with parameters of type DelayedExecutor Constructor Description HttpServerFilter(ServerFilterConfiguration config, DelayedExecutor delayedExecutor) -
Uses of DelayedExecutor in org.glassfish.grizzly.http.server.filecache
Methods in org.glassfish.grizzly.http.server.filecache with parameters of type DelayedExecutor Modifier and Type Method Description voidFileCache. initialize(DelayedExecutor delayedExecutor) -
Uses of DelayedExecutor in org.glassfish.grizzly.threadpool
Fields in org.glassfish.grizzly.threadpool declared as DelayedExecutor Modifier and Type Field Description protected DelayedExecutorThreadPoolConfig. transactionMonitorMethods in org.glassfish.grizzly.threadpool that return DelayedExecutor Modifier and Type Method Description DelayedExecutorThreadPoolConfig. getTransactionMonitor()Methods in org.glassfish.grizzly.threadpool with parameters of type DelayedExecutor Modifier and Type Method Description ThreadPoolConfigThreadPoolConfig. setTransactionMonitor(DelayedExecutor transactionMonitor)ThreadPoolConfigThreadPoolConfig. setTransactionTimeout(DelayedExecutor transactionMonitor, long transactionTimeout, java.util.concurrent.TimeUnit timeunit) -
Uses of DelayedExecutor in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils that return DelayedExecutor Modifier and Type Method Description static DelayedExecutorActivityCheckFilter. createDefaultIdleDelayedExecutor()static DelayedExecutorActivityCheckFilter. createDefaultIdleDelayedExecutor(long checkInterval, java.util.concurrent.TimeUnit checkIntervalUnit)static DelayedExecutorIdleTimeoutFilter. createDefaultIdleDelayedExecutor()static DelayedExecutorIdleTimeoutFilter. createDefaultIdleDelayedExecutor(long checkInterval, java.util.concurrent.TimeUnit checkIntervalUnit)Constructors in org.glassfish.grizzly.utils with parameters of type DelayedExecutor Constructor Description ActivityCheckFilter(DelayedExecutor executor, long timeout, java.util.concurrent.TimeUnit timeoutUnit)ActivityCheckFilter(DelayedExecutor executor, long timeout, java.util.concurrent.TimeUnit timeoutUnit, ActivityCheckFilter.TimeoutHandler handler)ActivityCheckFilter(DelayedExecutor executor, DelayedExecutor.Worker<Connection> worker, long timeout, java.util.concurrent.TimeUnit timeoutUnit)IdleTimeoutFilter(DelayedExecutor executor, long timeout, java.util.concurrent.TimeUnit timeoutUnit)IdleTimeoutFilter(DelayedExecutor executor, long timeout, java.util.concurrent.TimeUnit timeUnit, IdleTimeoutFilter.TimeoutHandler handler)IdleTimeoutFilter(DelayedExecutor executor, DelayedExecutor.Worker<Connection> worker, IdleTimeoutFilter.TimeoutResolver timeoutResolver)IdleTimeoutFilter(DelayedExecutor executor, IdleTimeoutFilter.TimeoutResolver timeoutResolver)IdleTimeoutFilter(DelayedExecutor executor, IdleTimeoutFilter.TimeoutResolver timeoutResolver, IdleTimeoutFilter.TimeoutHandler handler)SilentConnectionFilter(DelayedExecutor executor, long timeout, java.util.concurrent.TimeUnit timeunit)
-