|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface CoreConnectionPNames
Defines parameter names for connections in HttpCore.
Field Summary | |
---|---|
static String |
CONNECTION_TIMEOUT
Deprecated. Determines the timeout in milliseconds until a connection is established. |
static String |
MAX_HEADER_COUNT
Deprecated. Determines the maximum HTTP header count allowed. |
static String |
MAX_LINE_LENGTH
Deprecated. Determines the maximum line length limit. |
static String |
MIN_CHUNK_LIMIT
Deprecated. Defines the size limit below which data chunks should be buffered in a session I/O buffer in order to minimize native method invocations on the underlying network socket. |
static String |
SO_KEEPALIVE
Deprecated. Defines whether or not TCP is to send automatically a keepalive probe to the peer after an interval of inactivity (no data exchanged in either direction) between this host and the peer. |
static String |
SO_LINGER
Deprecated. Sets SO_LINGER with the specified linger time in seconds. |
static String |
SO_REUSEADDR
Deprecated. Defines whether the socket can be bound even though a previous connection is still in a timeout state. |
static String |
SO_TIMEOUT
Deprecated. Defines the socket timeout ( SO_TIMEOUT ) in milliseconds,
which is the timeout for waiting for data or, put differently,
a maximum period inactivity between two consecutive data packets). |
static String |
SOCKET_BUFFER_SIZE
Deprecated. Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages. |
static String |
STALE_CONNECTION_CHECK
Deprecated. Determines whether stale connection check is to be used. |
static String |
TCP_NODELAY
Deprecated. Determines whether Nagle's algorithm is to be used. |
Field Detail |
---|
static final String SO_TIMEOUT
SO_TIMEOUT
) in milliseconds,
which is the timeout for waiting for data or, put differently,
a maximum period inactivity between two consecutive data packets).
A timeout value of zero is interpreted as an infinite timeout.
This parameter expects a value of type Integer
.
SocketOptions.SO_TIMEOUT
,
Constant Field Valuesstatic final String TCP_NODELAY
This parameter expects a value of type Boolean
.
SocketOptions.TCP_NODELAY
,
Constant Field Valuesstatic final String SOCKET_BUFFER_SIZE
This parameter expects a value of type Integer
.
static final String SO_LINGER
0
implies that
the option is disabled. Value -1
implies that the JRE
default is used. The setting only affects the socket close operation.
This parameter expects a value of type Integer
.
SocketOptions.SO_LINGER
,
Constant Field Valuesstatic final String SO_REUSEADDR
This parameter expects a value of type Boolean
.
Socket.setReuseAddress(boolean)
,
Constant Field Valuesstatic final String CONNECTION_TIMEOUT
Please note this parameter can only be applied to connections that are bound to a particular local address.
This parameter expects a value of type Integer
.
static final String STALE_CONNECTION_CHECK
This parameter expects a value of type Boolean
.
static final String MAX_LINE_LENGTH
This parameter expects a value of type Integer
.
static final String MAX_HEADER_COUNT
This parameter expects a value of type Integer
.
static final String MIN_CHUNK_LIMIT
This parameter expects a value of type Integer
.
static final String SO_KEEPALIVE
This parameter expects a value of type Boolean
.
SocketOptions.SO_KEEPALIVE
,
Constant Field Values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |