| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationHandler | |
|---|---|
| org.apache.http.impl.client | Default HTTP client implementation. | 
| Uses of AuthenticationHandler in org.apache.http.impl.client | 
|---|
| Classes in org.apache.http.impl.client that implement AuthenticationHandler | |
|---|---|
|  class | AbstractAuthenticationHandlerDeprecated. (4.2) use AuthenticationStrategy | 
|  class | DefaultProxyAuthenticationHandlerDeprecated. (4.2) use ProxyAuthenticationStrategy | 
|  class | DefaultTargetAuthenticationHandlerDeprecated. (4.2) use TargetAuthenticationStrategy | 
| Fields in org.apache.http.impl.client declared as AuthenticationHandler | |
|---|---|
| protected  AuthenticationHandler | DefaultRequestDirector.proxyAuthHandlerDeprecated. The proxy authentication handler. | 
| protected  AuthenticationHandler | DefaultRequestDirector.targetAuthHandlerDeprecated. The target authentication handler. | 
| Methods in org.apache.http.impl.client that return AuthenticationHandler | |
|---|---|
| protected  AuthenticationHandler | AbstractHttpClient.createProxyAuthenticationHandler()Deprecated. (4.2) do not use | 
| protected  AuthenticationHandler | AbstractHttpClient.createTargetAuthenticationHandler()Deprecated. (4.2) do not use | 
|  AuthenticationHandler | AbstractHttpClient.getProxyAuthenticationHandler()Deprecated. (4.2) do not use | 
|  AuthenticationHandler | AbstractHttpClient.getTargetAuthenticationHandler()Deprecated. (4.2) do not use | 
| 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 userTokenHandler,
                            org.apache.http.params.HttpParams params)Deprecated. (4.1) do not use | 
| 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,
                            RedirectStrategy redirectStrategy,
                            AuthenticationHandler targetAuthHandler,
                            AuthenticationHandler proxyAuthHandler,
                            UserTokenHandler userTokenHandler,
                            org.apache.http.params.HttpParams params)Deprecated. (4.2) do not use | 
|  void | AbstractHttpClient.setProxyAuthenticationHandler(AuthenticationHandler handler)Deprecated. (4.2) do not use | 
|  void | AbstractHttpClient.setTargetAuthenticationHandler(AuthenticationHandler handler)Deprecated. (4.2) do not use | 
| 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)Deprecated. | |
| DefaultRequestDirector(org.apache.commons.logging.Log log,
                       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,
                       RedirectStrategy redirectStrategy,
                       AuthenticationHandler targetAuthHandler,
                       AuthenticationHandler proxyAuthHandler,
                       UserTokenHandler userTokenHandler,
                       org.apache.http.params.HttpParams params)Deprecated. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||