|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface ConnManagerPNames
Parameter names for connection managers in HttpConn.
Field Summary | |
---|---|
static String |
MAX_CONNECTIONS_PER_ROUTE
Deprecated. use ThreadSafeClientConnManager.setMaxForRoute(org.apache.http.conn.routing.HttpRoute, int) ,
ThreadSafeClientConnManager.getMaxForRoute(org.apache.http.conn.routing.HttpRoute) |
static String |
MAX_TOTAL_CONNECTIONS
Deprecated. use ThreadSafeClientConnManager.setMaxTotal(int) ,
ThreadSafeClientConnManager.getMaxTotal() |
static String |
TIMEOUT
Deprecated. use CoreConnectionPNames.CONNECTION_TIMEOUT |
Field Detail |
---|
@Deprecated static final String TIMEOUT
CoreConnectionPNames.CONNECTION_TIMEOUT
ManagedClientConnection
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |