Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Modifier and Type | Class and Description |
---|---|
class |
ProxyAuthenticationStrategy
Default
AuthenticationStrategy implementation for proxy host authentication. |
class |
TargetAuthenticationStrategy
Default
AuthenticationStrategy implementation for proxy host authentication. |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationStrategy |
DefaultRequestDirector.proxyAuthStrategy
The proxy authentication handler.
|
protected AuthenticationStrategy |
DefaultRequestDirector.targetAuthStrategy
The target authentication handler.
|
Modifier and Type | Method and Description |
---|---|
protected AuthenticationStrategy |
AbstractHttpClient.createProxyAuthenticationStrategy() |
protected AuthenticationStrategy |
AbstractHttpClient.createTargetAuthenticationStrategy() |
AuthenticationStrategy |
AbstractHttpClient.getProxyAuthenticationStrategy() |
AuthenticationStrategy |
AbstractHttpClient.getTargetAuthenticationStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpAuthenticator.authenticate(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context) |
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,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
boolean |
HttpAuthenticator.isAuthenticationRequested(org.apache.http.HttpHost host,
org.apache.http.HttpResponse response,
AuthenticationStrategy authStrategy,
AuthState authState,
org.apache.http.protocol.HttpContext context) |
void |
AbstractHttpClient.setProxyAuthenticationStrategy(AuthenticationStrategy strategy) |
void |
AbstractHttpClient.setTargetAuthenticationStrategy(AuthenticationStrategy strategy) |
Constructor and Description |
---|
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,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.