Package | Description |
---|---|
org.apache.http.impl.client |
Default HTTP client implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationHandler
Deprecated.
(4.2) use
AuthenticationStrategy |
class |
DefaultProxyAuthenticationHandler
Deprecated.
(4.2) use
ProxyAuthenticationStrategy |
class |
DefaultTargetAuthenticationHandler
Deprecated.
(4.2) use
TargetAuthenticationStrategy |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationHandler |
DefaultRequestDirector.proxyAuthHandler
Deprecated.
|
protected AuthenticationHandler |
DefaultRequestDirector.targetAuthHandler
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationHandler |
AbstractHttpClient.createProxyAuthenticationHandler()
Deprecated.
(4.2) do not use
|
protected AuthenticationHandler |
AbstractHttpClient.createTargetAuthenticationHandler()
Deprecated.
(4.2) do not use
|
AuthenticationHandler |
AuthenticationStrategyAdaptor.getHandler()
Deprecated.
|
AuthenticationHandler |
AbstractHttpClient.getProxyAuthenticationHandler()
Deprecated.
(4.2) do not use
|
AuthenticationHandler |
AbstractHttpClient.getTargetAuthenticationHandler()
Deprecated.
(4.2) do not use
|