Langue

HttpConnectionParams.InterfaceConsts Class

Definition

public static class HttpConnectionParams.InterfaceConsts
type HttpConnectionParams.InterfaceConsts = class
Inheritance
HttpConnectionParams.InterfaceConsts

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

Name Description
ConnectionTimeout
Obsolete.

Determines the timeout until a connection is etablished.

MaxHeaderCount
Obsolete.

Determines the maximum HTTP header count allowed.

MaxLineLength
Obsolete.

Determines the maximum line length limit.

SocketBufferSize
Obsolete.

Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.

SoLinger
Obsolete.

Sets SO_LINGER with the specified linger time in seconds.

SoTimeout
Obsolete.

Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.

StaleConnectionCheck
Obsolete.

Determines whether stale connection check is to be used.

TcpNodelay
Obsolete.

Determines whether Nagle's algorithm is to be used.

Applies to