|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationStrategy | |
---|---|
org.apache.http.impl.client | Default implementations for interfaces in
org.apache.http.client . |
Uses of AuthenticationStrategy in org.apache.http.impl.client |
---|
Classes in org.apache.http.impl.client that implement AuthenticationStrategy | |
---|---|
class |
ProxyAuthenticationStrategy
Default AuthenticationStrategy implementation for proxy host authentication. |
class |
TargetAuthenticationStrategy
Default AuthenticationStrategy implementation for proxy host authentication. |
Fields in org.apache.http.impl.client declared as AuthenticationStrategy | |
---|---|
protected AuthenticationStrategy |
DefaultRequestDirector.proxyAuthStrategy
The proxy authentication handler. |
protected AuthenticationStrategy |
DefaultRequestDirector.targetAuthStrategy
The target authentication handler. |
Methods in org.apache.http.impl.client that return AuthenticationStrategy | |
---|---|
protected AuthenticationStrategy |
AbstractHttpClient.createProxyAuthenticationStrategy()
|
protected AuthenticationStrategy |
AbstractHttpClient.createTargetAuthenticationStrategy()
|
AuthenticationStrategy |
AbstractHttpClient.getProxyAuthenticationStrategy()
|
AuthenticationStrategy |
AbstractHttpClient.getTargetAuthenticationStrategy()
|
Constructors in org.apache.http.impl.client with parameters of type AuthenticationStrategy | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |