Field Summary |
|
final public static String | CONNECTION_TIMEOUT Determines the timeout until a connection is etablished. |
final public static String | MAX_HEADER_COUNT Determines the maximum HTTP header count allowed. |
final public static String | MAX_LINE_LENGTH Determines the maximum line length limit. |
final public static String | SOCKET_BUFFER_SIZE Determines the size of the internal socket buffer used to buffer data
while receiving / transmitting HTTP messages. |
final public static String | SO_LINGER Sets SO_LINGER with the specified linger time in seconds. |
final public static String | SO_TIMEOUT Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the
timeout for waiting for data. |
final public static String | STALE_CONNECTION_CHECK Determines whether stale connection check is to be used. |
final public static String | TCP_NODELAY Determines whether Nagle's algorithm is to be used. |