Interface NIOReactorPNames
- All Known Implementing Classes:
NIOReactorParams
Deprecated.
Parameter names for I/O reactors.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Determines the size of the content input/output buffers used to buffer data while receiving or transmitting HTTP messages.static final StringDeprecated.Determines the grace period the I/O reactors are expected to block waiting for individual worker threads to terminate cleanly.static final StringDeprecated.Determines whether interestOps() queueing is enabled for the I/O reactors.static final StringDeprecated.Determines the time interval in milliseconds at which the I/O reactor wakes up to check for timed out sessions and session requests.
-
Field Details
-
CONTENT_BUFFER_SIZE
-
SELECT_INTERVAL
-
GRACE_PERIOD
-
INTEREST_OPS_QUEUEING
-
IOReactorConfig