IOReactorConfig
@Deprecated
public interface NIOReactorPNames
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTENT_BUFFER_SIZE
Deprecated.
Determines the size of the content input/output buffers used
to buffer data while receiving or transmitting HTTP messages.
|
static java.lang.String |
GRACE_PERIOD
Deprecated.
Determines the grace period the I/O reactors are expected to block
waiting for individual worker threads to terminate cleanly.
|
static java.lang.String |
INTEREST_OPS_QUEUEING
Deprecated.
Determines whether interestOps() queueing is enabled for the I/O reactors.
|
static java.lang.String |
SELECT_INTERVAL
Deprecated.
Determines the time interval in milliseconds at which the
I/O reactor wakes up to check for timed out sessions and session requests.
|
static final java.lang.String CONTENT_BUFFER_SIZE
This parameter expects a value of type Integer
.
static final java.lang.String SELECT_INTERVAL
This parameter expects a value of type Long
.
static final java.lang.String GRACE_PERIOD
This parameter expects a value of type Long
.
static final java.lang.String INTEREST_OPS_QUEUEING
This parameter expects a value of type Boolean
.