|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.http.conn.params.ConnManagerParams
@Deprecated @Contract(threading=IMMUTABLE) public final class ConnManagerParams
An adaptor for manipulating HTTP connection management
parameters in HttpParams
.
ConnManagerPNames
Field Summary | |
---|---|
static int |
DEFAULT_MAX_TOTAL_CONNECTIONS
Deprecated. The default maximum number of connections allowed overall |
Fields inherited from interface org.apache.http.conn.params.ConnManagerPNames |
---|
MAX_CONNECTIONS_PER_ROUTE, MAX_TOTAL_CONNECTIONS, TIMEOUT |
Constructor Summary | |
---|---|
ConnManagerParams()
Deprecated. |
Method Summary | |
---|---|
static ConnPerRoute |
getMaxConnectionsPerRoute(org.apache.http.params.HttpParams params)
Deprecated. Returns lookup interface for maximum number of connections allowed per route. |
static int |
getMaxTotalConnections(org.apache.http.params.HttpParams params)
Deprecated. Gets the maximum number of connections allowed. |
static long |
getTimeout(org.apache.http.params.HttpParams params)
Deprecated. (4.1) use HttpConnectionParams.getConnectionTimeout(HttpParams) |
static void |
setMaxConnectionsPerRoute(org.apache.http.params.HttpParams params,
ConnPerRoute connPerRoute)
Deprecated. Sets lookup interface for maximum number of connections allowed per route. |
static void |
setMaxTotalConnections(org.apache.http.params.HttpParams params,
int maxTotalConnections)
Deprecated. Sets the maximum number of connections allowed. |
static void |
setTimeout(org.apache.http.params.HttpParams params,
long timeout)
Deprecated. (4.1) use HttpConnectionParams.setConnectionTimeout(HttpParams, int) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_MAX_TOTAL_CONNECTIONS
Constructor Detail |
---|
public ConnManagerParams()
Method Detail |
---|
@Deprecated public static long getTimeout(org.apache.http.params.HttpParams params)
HttpConnectionParams.getConnectionTimeout(HttpParams)
ManagedClientConnection
from the
ClientConnectionManager
.
@Deprecated public static void setTimeout(org.apache.http.params.HttpParams params, long timeout)
HttpConnectionParams.setConnectionTimeout(HttpParams, int)
ManagedClientConnection
from the
ClientConnectionManager
.
timeout
- the timeout in millisecondspublic static void setMaxConnectionsPerRoute(org.apache.http.params.HttpParams params, ConnPerRoute connPerRoute)
params
- HTTP parametersconnPerRoute
- lookup interface for maximum number of connections allowed
per routepublic static ConnPerRoute getMaxConnectionsPerRoute(org.apache.http.params.HttpParams params)
params
- HTTP parameters
public static void setMaxTotalConnections(org.apache.http.params.HttpParams params, int maxTotalConnections)
params
- HTTP parametersmaxTotalConnections
- The maximum number of connections allowed.public static int getMaxTotalConnections(org.apache.http.params.HttpParams params)
params
- HTTP parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |