Uses of Interface
org.apache.http.client.RedirectHandler
-
Packages that use RedirectHandler Package Description org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of RedirectHandler in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement RedirectHandler Modifier and Type Class Description class
DefaultRedirectHandler
Deprecated.(4.1) useDefaultRedirectStrategy
.Fields in org.apache.http.impl.client declared as RedirectHandler Modifier and Type Field Description private RedirectHandler
DefaultRedirectStrategyAdaptor. handler
Deprecated.protected RedirectHandler
DefaultRequestDirector. redirectHandler
Deprecated.The redirect handler.Methods in org.apache.http.impl.client that return RedirectHandler Modifier and Type Method Description protected RedirectHandler
AbstractHttpClient. createRedirectHandler()
Deprecated.(4.1) do not useRedirectHandler
DefaultRedirectStrategyAdaptor. getHandler()
Deprecated.RedirectHandler
AbstractHttpClient. getRedirectHandler()
Deprecated.(4.1) do not useMethods in org.apache.http.impl.client with parameters of type RedirectHandler 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 usevoid
AbstractHttpClient. setRedirectHandler(RedirectHandler handler)
Deprecated.(4.1) do not useConstructors in org.apache.http.impl.client with parameters of type RedirectHandler Constructor Description DefaultRedirectStrategyAdaptor(RedirectHandler handler)
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.
-