|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationHandler | |
|---|---|
| org.apache.http.impl.client | |
| Uses of AuthenticationHandler in org.apache.http.impl.client |
|---|
| Classes in org.apache.http.impl.client that implement AuthenticationHandler | |
|---|---|
class |
AbstractAuthenticationHandler
|
class |
DefaultProxyAuthenticationHandler
|
class |
DefaultTargetAuthenticationHandler
|
| 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(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,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler stateHandler,
org.apache.http.params.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(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,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||