Fields Summary |
---|
public static final String | TIMEOUTDefines 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_ROUTEDefines 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_CONNECTIONSDefines 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}.
|