| 软件包 | 描述 |
|---|---|
| org.apache.http.impl.client |
默认HTTP客户端实现。
|
| org.apache.http.impl.execchain |
HTTP请求执行链API。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConnectionKeepAliveStrategy
确定连接可以保持空闲状态的策略的默认实现。
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionKeepAliveStrategy |
DefaultRequestDirector.keepAliveStrategy
已过时。
保持持续时间策略。
|
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionKeepAliveStrategy |
AbstractHttpClient.createConnectionKeepAliveStrategy()
已过时。
|
ConnectionKeepAliveStrategy |
AbstractHttpClient.getConnectionKeepAliveStrategy()
已过时。
|
| Constructor and Description |
|---|
MainClientExec(HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler) |
MainClientExec(HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, HttpProcessor proxyHttpProcessor, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler) |
MinimalClientExec(HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.