| Constructor and Description |
|---|
HttpServerFilter(boolean chunkingEnabled,
int maxHeadersSize,
KeepAlive keepAlive,
DelayedExecutor executor)
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
|
HttpServerFilter(boolean chunkingEnabled,
int maxHeadersSize,
String defaultResponseContentType,
KeepAlive keepAlive,
DelayedExecutor executor)
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
|
HttpServerFilter(boolean chunkingEnabled,
int maxHeadersSize,
String defaultResponseContentType,
KeepAlive keepAlive,
DelayedExecutor executor,
int maxRequestHeaders,
int maxResponseHeaders)
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
|
| Constructor and Description |
|---|
HttpServerFilter(ServerFilterConfiguration config,
DelayedExecutor delayedExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileCache.initialize(DelayedExecutor delayedExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected DelayedExecutor |
ThreadPoolConfig.transactionMonitor |
| Modifier and Type | Method and Description |
|---|---|
DelayedExecutor |
ThreadPoolConfig.getTransactionMonitor() |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolConfig |
ThreadPoolConfig.setTransactionMonitor(DelayedExecutor transactionMonitor) |
ThreadPoolConfig |
ThreadPoolConfig.setTransactionTimeout(DelayedExecutor transactionMonitor,
long transactionTimeout,
TimeUnit timeunit) |
| Modifier and Type | Method and Description |
|---|---|
static DelayedExecutor |
IdleTimeoutFilter.createDefaultIdleDelayedExecutor() |
static DelayedExecutor |
ActivityCheckFilter.createDefaultIdleDelayedExecutor() |
static DelayedExecutor |
IdleTimeoutFilter.createDefaultIdleDelayedExecutor(long checkInterval,
TimeUnit checkIntervalUnit) |
static DelayedExecutor |
ActivityCheckFilter.createDefaultIdleDelayedExecutor(long checkInterval,
TimeUnit checkIntervalUnit) |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.