Package org.apache.http.conn.params
Class ConnManagerParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.conn.params.ConnManagerParamBean
Deprecated.
(4.1) use configuration methods of the specific connection manager implementation.
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
-
Field Summary
Fields inherited from class org.apache.http.params.HttpAbstractParamBean
params
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setConnectionsPerRoute
(ConnPerRouteBean connPerRoute) Deprecated.void
setMaxTotalConnections
(int maxConnections) Deprecated.void
setTimeout
(long timeout) Deprecated.
-
Constructor Details
-
ConnManagerParamBean
public ConnManagerParamBean(org.apache.http.params.HttpParams params) Deprecated.
-
-
Method Details
-
setTimeout
public void setTimeout(long timeout) Deprecated. -
setMaxTotalConnections
public void setMaxTotalConnections(int maxConnections) Deprecated. -
setConnectionsPerRoute
Deprecated.
-