Uses of Interface
org.apache.hc.client5.http.protocol.RedirectStrategy
Packages that use RedirectStrategy
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of RedirectStrategy in org.apache.hc.client5.http.impl
Classes in org.apache.hc.client5.http.impl that implement RedirectStrategy -
Uses of RedirectStrategy in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as RedirectStrategyModifier and TypeFieldDescriptionprivate final RedirectStrategy
AsyncRedirectExec.redirectStrategy
private RedirectStrategy
H2AsyncClientBuilder.redirectStrategy
private RedirectStrategy
HttpAsyncClientBuilder.redirectStrategy
Methods in org.apache.hc.client5.http.impl.async with parameters of type RedirectStrategyModifier and TypeMethodDescriptionH2AsyncClientBuilder.setRedirectStrategy
(RedirectStrategy redirectStrategy) AssignsRedirectStrategy
instance.HttpAsyncClientBuilder.setRedirectStrategy
(RedirectStrategy redirectStrategy) AssignsRedirectStrategy
instance.Constructors in org.apache.hc.client5.http.impl.async with parameters of type RedirectStrategyModifierConstructorDescription(package private)
AsyncRedirectExec
(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy) -
Uses of RedirectStrategy in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as RedirectStrategyModifier and TypeFieldDescriptionprivate RedirectStrategy
HttpClientBuilder.redirectStrategy
private final RedirectStrategy
RedirectExec.redirectStrategy
Methods in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategyModifier and TypeMethodDescriptionfinal HttpClientBuilder
HttpClientBuilder.setRedirectStrategy
(RedirectStrategy redirectStrategy) AssignsRedirectStrategy
instance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategyModifierConstructorDescriptionRedirectExec
(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)