Uses of Interface
org.apache.http.client.RedirectStrategy
Packages that use RedirectStrategy
Package
Description
Default HTTP client implementation.
HTTP request execution chain APIs.
-
Uses of RedirectStrategy in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement RedirectStrategyModifier and TypeClassDescriptionclassDefault implementation ofRedirectStrategy.classLaxRedirectStrategyimplementation that automatically redirects all HEAD, GET, POST, and DELETE requests.Fields in org.apache.http.impl.client declared as RedirectStrategyModifier and TypeFieldDescriptionprotected final RedirectStrategyDefaultRequestDirector.redirectStrategyDeprecated.The redirect strategy.Methods in org.apache.http.impl.client that return RedirectStrategyModifier and TypeMethodDescriptionfinal RedirectStrategyAbstractHttpClient.getRedirectStrategy()Deprecated.Methods in org.apache.http.impl.client with parameters of type RedirectStrategyModifier 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, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params) Deprecated.(4.2) 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, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params) Deprecated.voidAbstractHttpClient.setRedirectStrategy(RedirectStrategy strategy) Deprecated.final HttpClientBuilderHttpClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy) AssignsRedirectStrategyinstance.Constructors in org.apache.http.impl.client with parameters of type RedirectStrategyModifierConstructorDescriptionDefaultRequestDirector(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
Constructors in org.apache.http.impl.execchain with parameters of type RedirectStrategyModifierConstructorDescriptionRedirectExec(ClientExecChain requestExecutor, HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)