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 classAbstractAuthenticationHandlerDeprecated.(4.2) useAuthenticationStrategyclassDefaultProxyAuthenticationHandlerDeprecated.(4.2) useProxyAuthenticationStrategyclassDefaultTargetAuthenticationHandlerDeprecated.(4.2) useTargetAuthenticationStrategyFields in org.apache.http.impl.client declared as AuthenticationHandler Modifier and Type Field Description protected AuthenticationHandlerDefaultRequestDirector. proxyAuthHandlerDeprecated.The proxy authentication handler.protected AuthenticationHandlerDefaultRequestDirector. targetAuthHandlerDeprecated.The target authentication handler.Methods in org.apache.http.impl.client that return AuthenticationHandler Modifier and Type Method Description protected AuthenticationHandlerAbstractHttpClient. createProxyAuthenticationHandler()Deprecated.(4.2) do not useprotected AuthenticationHandlerAbstractHttpClient. createTargetAuthenticationHandler()Deprecated.(4.2) do not useAuthenticationHandlerAbstractHttpClient. getProxyAuthenticationHandler()Deprecated.(4.2) do not useAuthenticationHandlerAbstractHttpClient. getTargetAuthenticationHandler()Deprecated.(4.2) do not useMethods in org.apache.http.impl.client with parameters of type AuthenticationHandler Modifier and Type Method Description protected RequestDirectorAbstractHttpClient. 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 RequestDirectorAbstractHttpClient. 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 usevoidAbstractHttpClient. setProxyAuthenticationHandler(AuthenticationHandler handler)Deprecated.(4.2) do not usevoidAbstractHttpClient. 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.
-