@Deprecated public class ConnManagerParamBean extends HttpAbstractParamBean
HttpParams的实例,并使用Java Beans约定操作连接管理器参数。
params| Constructor and Description |
|---|
ConnManagerParamBean(HttpParams params)
已过时。
|
| Modifier and Type | Method and Description |
|---|---|
void |
setConnectionsPerRoute(ConnPerRouteBean connPerRoute)
已过时。
|
void |
setMaxTotalConnections(int maxConnections)
已过时。
|
void |
setTimeout(long timeout)
已过时。
|
public ConnManagerParamBean(HttpParams params)
public void setTimeout(long timeout)
public void setMaxTotalConnections(int maxConnections)
public void setConnectionsPerRoute(ConnPerRouteBean connPerRoute)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.