|
||||||||||
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 AuthenticationHandler |
DefaultHttpClient.createProxyAuthenticationHandler()
|
protected abstract AuthenticationHandler |
AbstractHttpClient.createProxyAuthenticationHandler()
|
protected AuthenticationHandler |
DefaultHttpClient.createTargetAuthenticationHandler()
|
protected abstract AuthenticationHandler |
AbstractHttpClient.createTargetAuthenticationHandler()
|
AuthenticationHandler |
AbstractHttpClient.getProxyAuthenticationHandler()
|
AuthenticationHandler |
AbstractHttpClient.getTargetAuthenticationHandler()
|
Methods in org.apache.http.impl.client with parameters of type AuthenticationHandler | |
---|---|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec,
ClientConnectionManager conman,
ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler stateHandler,
HttpParams params)
|
void |
AbstractHttpClient.setProxyAuthenticationHandler(AuthenticationHandler proxyAuthHandler)
|
void |
AbstractHttpClient.setTargetAuthenticationHandler(AuthenticationHandler targetAuthHandler)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |