org.apache.http.nio.params
Interface NIOReactorPNames

All Known Implementing Classes:
NIOReactorParams

public interface NIOReactorPNames

Parameter names for reactors in HttpNIO.

Since:
4.0
Version:
$Revision: 576088 $
Author:
Oleg Kalnichevski

Field Summary
static java.lang.String CONTENT_BUFFER_SIZE
          Determines the size of the content input/output buffers used to buffer data while receiving or transmitting HTTP messages.
static java.lang.String SELECT_INTERVAL
          Determines the time interval in milliseconds at which the I/O reactor wakes up to check for timed out sessions and session requests.
 

Field Detail

CONTENT_BUFFER_SIZE

static final java.lang.String CONTENT_BUFFER_SIZE
Determines the size of the content input/output buffers used to buffer data while receiving or transmitting HTTP messages.

This parameter expects a value of type Integer.

See Also:
Constant Field Values

SELECT_INTERVAL

static final java.lang.String SELECT_INTERVAL
Determines the time interval in milliseconds at which the I/O reactor wakes up to check for timed out sessions and session requests.

This parameter expects a value of type Long.

See Also:
Constant Field Values


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.