|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationHandler | |
---|---|
org.apache.http.impl.client | Default implementations for interfaces in
org.apache.http.client . |
Uses of AuthenticationHandler in org.apache.http.impl.client |
---|
Classes in org.apache.http.impl.client that implement AuthenticationHandler | |
---|---|
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. |
Fields in org.apache.http.impl.client declared as AuthenticationHandler | |
---|---|
protected AuthenticationHandler |
DefaultRequestDirector.proxyAuthHandler
The proxy authentication handler. |
protected AuthenticationHandler |
DefaultRequestDirector.targetAuthHandler
The target authentication handler. |
Methods in org.apache.http.impl.client that return AuthenticationHandler | |
---|---|
protected abstract AuthenticationHandler |
AbstractHttpClient.createProxyAuthenticationHandler()
|
protected AuthenticationHandler |
DefaultHttpClient.createProxyAuthenticationHandler()
|
protected abstract AuthenticationHandler |
AbstractHttpClient.createTargetAuthenticationHandler()
|
protected AuthenticationHandler |
DefaultHttpClient.createTargetAuthenticationHandler()
|
AuthenticationHandler |
AbstractHttpClient.getProxyAuthenticationHandler()
|
AuthenticationHandler |
AbstractHttpClient.getTargetAuthenticationHandler()
|
Constructors in org.apache.http.impl.client with parameters of type AuthenticationHandler | |
---|---|
DefaultRequestDirector(HttpRequestExecutor requestExec,
ClientConnectionManager conman,
ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
HttpParams params)
Deprecated. |
|
DefaultRequestDirector(org.apache.commons.logging.Log log,
HttpRequestExecutor requestExec,
ClientConnectionManager conman,
ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectStrategy redirectStrategy,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
HttpParams params)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |