Langue

ICoreConnectionPNames Interface

Definition

Caution

This class is obsoleted in this android platform

Defines parameter names for connections in HttpCore.

[System.Obsolete("This class is obsoleted in this android platform")]
public interface ICoreConnectionPNames
[<System.Obsolete("This class is obsoleted in this android platform")>]
type ICoreConnectionPNames = interface
Attributes

Remarks

Defines parameter names for connections in HttpCore.

Added in 4.0.

This member is deprecated. Please use java.net.URL#openConnection instead. Please visit this webpage for further details.

Java documentation for org.apache.http.params.CoreConnectionPNames.

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