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 TypeClassDescriptionclassDeprecated.classDeprecated.(4.2) useProxyAuthenticationStrategyclassDeprecated.(4.2) useTargetAuthenticationStrategyFields in org.apache.http.impl.client declared as AuthenticationHandlerModifier and TypeFieldDescriptionprivate final AuthenticationHandlerAuthenticationStrategyAdaptor.handlerDeprecated.protected final AuthenticationHandlerDefaultRequestDirector.proxyAuthHandlerDeprecated.The proxy authentication handler.protected final AuthenticationHandlerDefaultRequestDirector.targetAuthHandlerDeprecated.The target authentication handler.Methods in org.apache.http.impl.client that return AuthenticationHandlerModifier and TypeMethodDescriptionprotected AuthenticationHandlerAbstractHttpClient.createProxyAuthenticationHandler()Deprecated.(4.2) do not useprotected AuthenticationHandlerAbstractHttpClient.createTargetAuthenticationHandler()Deprecated.(4.2) do not useAuthenticationStrategyAdaptor.getHandler()Deprecated.final AuthenticationHandlerAbstractHttpClient.getProxyAuthenticationHandler()Deprecated.(4.2) do not usefinal AuthenticationHandlerAbstractHttpClient.getTargetAuthenticationHandler()Deprecated.(4.2) do not useMethods in org.apache.http.impl.client with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionprotected 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 AuthenticationHandlerModifierConstructorDescriptionDeprecated.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.
AuthenticationStrategy