org.apache.http.conn.params
Class ConnManagerParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.conn.params.ConnManagerParamBean
Deprecated.
@NotThreadSafe
@Deprecated
public class ConnManagerParamBean
- extends org.apache.http.params.HttpAbstractParamBean
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate connection manager parameters
using Java Beans conventions.
- Since:
- 4.0
Fields inherited from class org.apache.http.params.HttpAbstractParamBean |
params |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnManagerParamBean
public ConnManagerParamBean(org.apache.http.params.HttpParams params)
- Deprecated.
setTimeout
public void setTimeout(long timeout)
- Deprecated.
setMaxTotalConnections
@Deprecated
public void setMaxTotalConnections(int maxConnections)
- Deprecated.
- See Also:
ConnManagerPNames.MAX_TOTAL_CONNECTIONS
setConnectionsPerRoute
@Deprecated
public void setConnectionsPerRoute(ConnPerRouteBean connPerRoute)
- Deprecated.
- See Also:
ConnManagerPNames.MAX_CONNECTIONS_PER_ROUTE
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.