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 RedirectHandler
DefaultRedirectStrategyAdaptor.handler
Deprecated.protected final RedirectHandler
DefaultRequestDirector.redirectHandler
Deprecated.The redirect handler.Methods in org.apache.http.impl.client that return RedirectHandlerModifier and TypeMethodDescriptionprotected RedirectHandler
AbstractHttpClient.createRedirectHandler()
Deprecated.(4.1) do not useDefaultRedirectStrategyAdaptor.getHandler()
Deprecated.final RedirectHandler
AbstractHttpClient.getRedirectHandler()
Deprecated.(4.1) do not useMethods in org.apache.http.impl.client with parameters of type RedirectHandlerModifier 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 usevoid
AbstractHttpClient.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
.