@NotThreadSafe @Deprecated public class ConnManagerParamBean extends HttpAbstractParamBean
HttpParams
and manipulate connection manager parameters
using Java Beans conventions.params
Constructor and Description |
---|
ConnManagerParamBean(HttpParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
setConnectionsPerRoute(ConnPerRouteBean connPerRoute)
Deprecated.
|
void |
setMaxTotalConnections(int maxConnections)
Deprecated.
|
void |
setTimeout(long timeout)
Deprecated.
|
public ConnManagerParamBean(HttpParams params)
public void setTimeout(long timeout)
public void setMaxTotalConnections(int maxConnections)
public void setConnectionsPerRoute(ConnPerRouteBean connPerRoute)
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.