org.apache.http.conn.params
Class ConnManagerParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.conn.params.ConnManagerParamBean
Deprecated. (4.1.2) use configuration methods of the specific connection manager implementation.
@NotThreadSafe
@Deprecated
public class ConnManagerParamBean
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnManagerParamBean
public ConnManagerParamBean(HttpParams params)
- Deprecated.
setTimeout
public void setTimeout(long timeout)
- Deprecated.
setMaxTotalConnections
public void setMaxTotalConnections(int maxConnections)
- Deprecated.
setConnectionsPerRoute
public void setConnectionsPerRoute(ConnPerRouteBean connPerRoute)
- Deprecated.
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.