|
||||||||||
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. Defines the maximum number of connections per route. |
static String |
MAX_TOTAL_CONNECTIONS
Deprecated. Defines the maximum number of connections in total. |
static String |
TIMEOUT
Deprecated. Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnection from the
ClientConnectionManager . |
Field Detail |
---|
static final String TIMEOUT
ManagedClientConnection
from the
ClientConnectionManager
.
This parameter expects a value of type Long
.
static final String MAX_CONNECTIONS_PER_ROUTE
This parameter expects a value of type ConnPerRoute
.
static final String MAX_TOTAL_CONNECTIONS
This parameter expects a value of type Integer
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |