@Deprecated
public interface ConnManagerPNames
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MAX_CONNECTIONS_PER_ROUTE
Deprecated.
Defines the maximum number of connections per route.
|
static java.lang.String |
MAX_TOTAL_CONNECTIONS
Deprecated.
Defines the maximum number of connections in total.
|
static java.lang.String |
TIMEOUT
Deprecated.
Defines the timeout in milliseconds used when retrieving an instance of
ManagedClientConnection from the
ClientConnectionManager . |
static final java.lang.String TIMEOUT
ManagedClientConnection
from the
ClientConnectionManager
.
This parameter expects a value of type Long
.
static final java.lang.String MAX_CONNECTIONS_PER_ROUTE
This parameter expects a value of type ConnPerRoute
.
static final java.lang.String MAX_TOTAL_CONNECTIONS
This parameter expects a value of type Integer
.