@Deprecated public interface ConnManagerPNames
| Modifier and Type | Field and Description |
|---|---|
static String |
MAX_CONNECTIONS_PER_ROUTE
|
static String |
MAX_TOTAL_CONNECTIONS
|
static String |
TIMEOUT
Deprecated.
use
CoreConnectionPNames.CONNECTION_TIMEOUT |
@Deprecated static final String TIMEOUT
CoreConnectionPNames.CONNECTION_TIMEOUTManagedClientConnection from the
ClientConnectionManager.
This parameter expects a value of type Long.
@Deprecated static final String MAX_CONNECTIONS_PER_ROUTE
ThreadSafeClientConnManager.setMaxForRoute(org.apache.http.conn.routing.HttpRoute, int),
ThreadSafeClientConnManager.getMaxForRoute(org.apache.http.conn.routing.HttpRoute)
This parameter expects a value of type ConnPerRoute.
@Deprecated static final String MAX_TOTAL_CONNECTIONS
ThreadSafeClientConnManager.setMaxTotal(int),
ThreadSafeClientConnManager.getMaxTotal()
This parameter expects a value of type Integer.
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.