Uses of Interface
org.apache.http.client.RedirectStrategy
-
Packages that use RedirectStrategy Package Description org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of RedirectStrategy in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement RedirectStrategy Modifier and Type Class Description class
DefaultRedirectStrategy
Default implementation ofRedirectStrategy
.(package private) class
DefaultRedirectStrategyAdaptor
Deprecated.(4.1) do not useclass
LaxRedirectStrategy
LaxRedirectStrategy
implementation that automatically redirects all HEAD, GET, POST, and DELETE requests.Fields in org.apache.http.impl.client declared as RedirectStrategy Modifier and Type Field Description private RedirectStrategy
AbstractHttpClient. redirectStrategy
Deprecated.protected RedirectStrategy
DefaultRequestDirector. redirectStrategy
Deprecated.The redirect strategy.private RedirectStrategy
HttpClientBuilder. redirectStrategy
Methods in org.apache.http.impl.client that return RedirectStrategy Modifier and Type Method Description RedirectStrategy
AbstractHttpClient. getRedirectStrategy()
Deprecated.Methods in org.apache.http.impl.client with parameters of type RedirectStrategy 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, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params)
Deprecated.(4.2) do not useprotected 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, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params)
Deprecated.void
AbstractHttpClient. setRedirectStrategy(RedirectStrategy strategy)
Deprecated.HttpClientBuilder
HttpClientBuilder. setRedirectStrategy(RedirectStrategy redirectStrategy)
AssignsRedirectStrategy
instance.Constructors in org.apache.http.impl.client with parameters of type RedirectStrategy 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.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, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params)
Deprecated. -
Uses of RedirectStrategy in org.apache.http.impl.execchain
Fields in org.apache.http.impl.execchain declared as RedirectStrategy Modifier and Type Field Description private RedirectStrategy
RedirectExec. redirectStrategy
Constructors in org.apache.http.impl.execchain with parameters of type RedirectStrategy Constructor Description RedirectExec(ClientExecChain requestExecutor, HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)
-