public final class ConnManagerParams extends java.lang.Object implements ConnManagerPNames
HttpParams
.ConnManagerPNames
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_TOTAL_CONNECTIONS
The default maximum number of connections allowed overall
|
MAX_CONNECTIONS_PER_ROUTE, MAX_TOTAL_CONNECTIONS, TIMEOUT
Constructor and Description |
---|
ConnManagerParams() |
Modifier and Type | Method and Description |
---|---|
static ConnPerRoute |
getMaxConnectionsPerRoute(HttpParams params)
Returns lookup interface for maximum number of connections allowed per route.
|
static int |
getMaxTotalConnections(HttpParams params)
Gets the maximum number of connections allowed.
|
static long |
getTimeout(HttpParams params)
Returns the timeout in milliseconds used when retrieving a
ManagedClientConnection from the
ClientConnectionManager . |
static void |
setMaxConnectionsPerRoute(HttpParams params,
ConnPerRoute connPerRoute)
Sets lookup interface for maximum number of connections allowed per route.
|
static void |
setMaxTotalConnections(HttpParams params,
int maxTotalConnections)
Sets the maximum number of connections allowed.
|
static void |
setTimeout(HttpParams params,
long timeout)
Sets the timeout in milliseconds used when retrieving a
ManagedClientConnection from the
ClientConnectionManager . |
public static final int DEFAULT_MAX_TOTAL_CONNECTIONS
public static long getTimeout(HttpParams params)
ManagedClientConnection
from the
ClientConnectionManager
.public static void setTimeout(HttpParams params, long timeout)
ManagedClientConnection
from the
ClientConnectionManager
.timeout
- the timeout in millisecondspublic static void setMaxConnectionsPerRoute(HttpParams params, ConnPerRoute connPerRoute)
params
- HTTP parametersconnPerRoute
- lookup interface for maximum number of connections allowed
per routeConnManagerPNames.MAX_CONNECTIONS_PER_ROUTE
public static ConnPerRoute getMaxConnectionsPerRoute(HttpParams params)
params
- HTTP parametersConnManagerPNames.MAX_CONNECTIONS_PER_ROUTE
public static void setMaxTotalConnections(HttpParams params, int maxTotalConnections)
params
- HTTP parametersmaxTotalConnections
- The maximum number of connections allowed.ConnManagerPNames.MAX_TOTAL_CONNECTIONS
public static int getMaxTotalConnections(HttpParams params)
params
- HTTP parametersConnManagerPNames.MAX_TOTAL_CONNECTIONS