| 软件包 | 描述 |
|---|---|
| org.apache.http.impl.client |
默认HTTP客户端实现。
|
| org.apache.http.impl.execchain |
HTTP请求执行链API。
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUserTokenHandler
默认执行 UserTokenHandler 。
|
class |
NoopUserTokenHandler
Noop执行 UserTokenHandler总是返回null 。
|
| Modifier and Type | Field and Description |
|---|---|
protected UserTokenHandler |
DefaultRequestDirector.userTokenHandler
已过时。
用户令牌处理程序。
|
| Modifier and Type | Method and Description |
|---|---|
protected UserTokenHandler |
AbstractHttpClient.createUserTokenHandler()
已过时。
|
UserTokenHandler |
AbstractHttpClient.getUserTokenHandler()
已过时。
|
| 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) |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.