Uses of Interface
org.apache.http.client.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description 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 Modifier and Type Class Description class
AbstractAuthenticationHandler
Deprecated.(4.2) useAuthenticationStrategy
class
DefaultProxyAuthenticationHandler
Deprecated.(4.2) useProxyAuthenticationStrategy
class
DefaultTargetAuthenticationHandler
Deprecated.(4.2) useTargetAuthenticationStrategy
Fields in org.apache.http.impl.client declared as AuthenticationHandler Modifier and Type Field Description protected AuthenticationHandler
DefaultRequestDirector. proxyAuthHandler
Deprecated.protected AuthenticationHandler
DefaultRequestDirector. targetAuthHandler
Deprecated.Methods in org.apache.http.impl.client that return AuthenticationHandler Modifier and Type Method Description protected AuthenticationHandler
AbstractHttpClient. createProxyAuthenticationHandler()
Deprecated.(4.2) do not useprotected AuthenticationHandler
AbstractHttpClient. createTargetAuthenticationHandler()
Deprecated.(4.2) do not useAuthenticationHandler
AbstractHttpClient. getProxyAuthenticationHandler()
Deprecated.(4.2) do not useAuthenticationHandler
AbstractHttpClient. getTargetAuthenticationHandler()
Deprecated.(4.2) do not useMethods in org.apache.http.impl.client with parameters of type AuthenticationHandler Modifier and Type Method Description 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 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 AuthenticationHandler Constructor Description 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.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.
-