FileDocCategorySizeDatePackage
ConnManagerPNames.javaAPI DocAndroid 1.5 API2755Wed May 06 22:41:10 BST 2009org.apache.http.conn.params

ConnManagerPNames

public interface ConnManagerPNames
Parameter names for connection managers in HttpConn.
version
$Revision: 658781 $
since
4.0

Fields Summary
public static final String
TIMEOUT
Defines the timeout in milliseconds used when retrieving an instance of {@link org.apache.http.conn.ManagedClientConnection} from the {@link org.apache.http.conn.ClientConnectionManager}.

This parameter expects a value of type {@link Long}.

public static final String
MAX_CONNECTIONS_PER_ROUTE
Defines the maximum number of connections per route. This limit is interpreted by client connection managers and applies to individual manager instances.

This parameter expects a value of type {@link ConnPerRoute}.

public static final String
MAX_TOTAL_CONNECTIONS
Defines the maximum number of connections in total. This limit is interpreted by client connection managers and applies to individual manager instances.

This parameter expects a value of type {@link Integer}.

Constructors Summary
Methods Summary