| Package | Description |
|---|---|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| org.apache.http.impl.execchain |
HTTP request execution chain APIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUserTokenHandler
Default implementation of
UserTokenHandler. |
class |
NoopUserTokenHandler
Noop implementation of
UserTokenHandler that always returns null. |
| Modifier and Type | Field and Description |
|---|---|
protected UserTokenHandler |
DefaultRequestDirector.userTokenHandler
Deprecated.
The user token handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected UserTokenHandler |
AbstractHttpClient.createUserTokenHandler()
Deprecated.
|
UserTokenHandler |
AbstractHttpClient.getUserTokenHandler()
Deprecated.
|
| 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) |