org.apache.http.conn.params
Class ConnManagerParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.conn.params.ConnManagerParamBean
public class ConnManagerParamBean
- extends HttpAbstractParamBean
Allows for setting parameters relating to connection managers on
HttpParams. This class ensures that the values set on the params
are type-safe.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnManagerParamBean
public ConnManagerParamBean(HttpParams params)
setTimeout
public void setTimeout(long timeout)
setMaxTotalConnections
public void setMaxTotalConnections(int maxConnections)
- See Also:
ConnManagerPNames.MAX_TOTAL_CONNECTIONS
setConnectionsPerRoute
public void setConnectionsPerRoute(ConnPerRouteBean connPerRoute)
- See Also:
ConnManagerPNames.MAX_CONNECTIONS_PER_ROUTE
Please submit a feedback, bug or feature