Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationHandler
Base class for
AuthenticationHandler implementations. |
class |
DefaultProxyAuthenticationHandler
Default
AuthenticationHandler implementation for proxy host
authentication. |
class |
DefaultTargetAuthenticationHandler
Default
AuthenticationHandler implementation for target host
authentication. |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationHandler |
DefaultRequestDirector.proxyAuthHandler
The proxy authentication handler.
|
protected AuthenticationHandler |
DefaultRequestDirector.targetAuthHandler
The target authentication handler.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationHandler |
AbstractHttpClient.createProxyAuthenticationHandler() |
protected AuthenticationHandler |
AbstractHttpClient.createTargetAuthenticationHandler() |
AuthenticationHandler |
AbstractHttpClient.getProxyAuthenticationHandler() |
AuthenticationHandler |
AbstractHttpClient.getTargetAuthenticationHandler() |
Modifier and Type | Method and Description |
---|---|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler stateHandler,
org.apache.http.params.HttpParams params)
Deprecated.
|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler stateHandler,
org.apache.http.params.HttpParams params) |
void |
AbstractHttpClient.setProxyAuthenticationHandler(AuthenticationHandler proxyAuthHandler) |
void |
AbstractHttpClient.setTargetAuthenticationHandler(AuthenticationHandler targetAuthHandler) |
Constructor and Description |
---|
DefaultRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
Deprecated.
|
DefaultRequestDirector(org.apache.commons.logging.Log log,
org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.