Uses of Interface
org.apache.http.client.AuthenticationHandler
Packages that use AuthenticationHandler
-
Uses of AuthenticationHandler in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement AuthenticationHandlerModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.(4.2) useProxyAuthenticationStrategy
class
Deprecated.(4.2) useTargetAuthenticationStrategy
Fields in org.apache.http.impl.client declared as AuthenticationHandlerModifier and TypeFieldDescriptionprotected final AuthenticationHandler
DefaultRequestDirector.proxyAuthHandler
Deprecated.The proxy authentication handler.protected final AuthenticationHandler
DefaultRequestDirector.targetAuthHandler
Deprecated.The target authentication handler.Methods in org.apache.http.impl.client that return AuthenticationHandlerModifier and TypeMethodDescriptionprotected AuthenticationHandler
AbstractHttpClient.createProxyAuthenticationHandler()
Deprecated.(4.2) do not useprotected AuthenticationHandler
AbstractHttpClient.createTargetAuthenticationHandler()
Deprecated.(4.2) do not usefinal AuthenticationHandler
AbstractHttpClient.getProxyAuthenticationHandler()
Deprecated.(4.2) do not usefinal AuthenticationHandler
AbstractHttpClient.getTargetAuthenticationHandler()
Deprecated.(4.2) do not useMethods in org.apache.http.impl.client with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionprotected 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 useprotected 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 usevoid
AbstractHttpClient.setProxyAuthenticationHandler
(AuthenticationHandler handler) Deprecated.(4.2) do not usevoid
AbstractHttpClient.setTargetAuthenticationHandler
(AuthenticationHandler handler) Deprecated.(4.2) do not useConstructors in org.apache.http.impl.client with parameters of type AuthenticationHandlerModifierConstructorDescriptionDefaultRequestDirector
(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.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.
AuthenticationStrategy