URL.openConnection()
instead.
Please visit this webpage
for further details.@Deprecated public interface CoreConnectionPNames
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_TIMEOUT
Deprecated.
Determines the timeout until a connection is etablished.
|
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 |
SO_LINGER
Deprecated.
Sets SO_LINGER with the specified linger time in seconds.
|
static String |
SO_TIMEOUT
Deprecated.
Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the
timeout for waiting for data.
|
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.
|
static final String SO_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
This parameter expects a value of type Integer
.
SocketOptions.SO_LINGER
,
Constant Field Valuesstatic final String CONNECTION_TIMEOUT
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
.