| org.apache.http.conn.params.ConnManagerPNames |
Known Indirect Subclasses
|
Parameter names for connection managers in HttpConn.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | MAX_CONNECTIONS_PER_ROUTE | Defines the maximum number of connections per route. | |||||||||
| String | MAX_TOTAL_CONNECTIONS | Defines the maximum number of connections in total. | |||||||||
| String | TIMEOUT |
Defines the timeout in milliseconds used when retrieving an instance of
ManagedClientConnection
from the
ClientConnectionManager
.
|
|||||||||
Defines 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
ConnPerRoute
.
Defines 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
Integer
.
Defines the timeout in milliseconds used when retrieving an instance of
ManagedClientConnection
from the
ClientConnectionManager
.
This parameter expects a value of type
Long
.