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() |
Constructor and Description |
---|
DefaultRequestDirector(org.apache.commons.logging.Log log,
HttpRequestExecutor requestExec,
ClientConnectionManager conman,
ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler,
HttpParams params) |
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.