Uses of Interface
org.apache.http.client.RedirectHandler
Packages that use RedirectHandler
-
Uses of RedirectHandler in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement RedirectHandlerFields in org.apache.http.impl.client declared as RedirectHandlerModifier and TypeFieldDescriptionprivate final RedirectHandlerDefaultRedirectStrategyAdaptor.handlerDeprecated.protected final RedirectHandlerDefaultRequestDirector.redirectHandlerDeprecated.The redirect handler.Methods in org.apache.http.impl.client that return RedirectHandlerModifier and TypeMethodDescriptionprotected RedirectHandlerAbstractHttpClient.createRedirectHandler()Deprecated.(4.1) do not useDefaultRedirectStrategyAdaptor.getHandler()Deprecated.final RedirectHandlerAbstractHttpClient.getRedirectHandler()Deprecated.(4.1) do not useMethods in org.apache.http.impl.client with parameters of type RedirectHandlerModifier 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 usevoidAbstractHttpClient.setRedirectHandler(RedirectHandler handler) Deprecated.(4.1) do not useConstructors in org.apache.http.impl.client with parameters of type RedirectHandlerModifierConstructorDescriptionDeprecated.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.
DefaultRedirectStrategy.