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(MemoryManager memoryManager,
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 |
ActivityCheckFilter.createDefaultIdleDelayedExecutor() |
static DelayedExecutor |
IdleTimeoutFilter.createDefaultIdleDelayedExecutor() |
static DelayedExecutor |
ActivityCheckFilter.createDefaultIdleDelayedExecutor(long checkInterval,
TimeUnit checkIntervalUnit) |
static DelayedExecutor |
IdleTimeoutFilter.createDefaultIdleDelayedExecutor(long checkInterval,
TimeUnit checkIntervalUnit) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.