Uses of Interface
org.apache.hc.client5.http.protocol.RedirectStrategy
-
Packages that use RedirectStrategy Package Description org.apache.hc.client5.http.impl org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.classic 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 Modifier and Type Class Description class
DefaultRedirectStrategy
Default implementation ofRedirectStrategy
. -
Uses of RedirectStrategy in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as RedirectStrategy Modifier and Type Field Description private RedirectStrategy
AsyncRedirectExec. redirectStrategy
private RedirectStrategy
H2AsyncClientBuilder. redirectStrategy
private RedirectStrategy
HttpAsyncClientBuilder. redirectStrategy
Methods in org.apache.hc.client5.http.impl.async with parameters of type RedirectStrategy Modifier and Type Method Description H2AsyncClientBuilder
H2AsyncClientBuilder. setRedirectStrategy(RedirectStrategy redirectStrategy)
AssignsRedirectStrategy
instance.HttpAsyncClientBuilder
HttpAsyncClientBuilder. setRedirectStrategy(RedirectStrategy redirectStrategy)
AssignsRedirectStrategy
instance.Constructors in org.apache.hc.client5.http.impl.async with parameters of type RedirectStrategy Constructor Description 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 RedirectStrategy Modifier and Type Field Description private RedirectStrategy
HttpClientBuilder. redirectStrategy
private RedirectStrategy
RedirectExec. redirectStrategy
Methods in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategy Modifier and Type Method Description HttpClientBuilder
HttpClientBuilder. setRedirectStrategy(RedirectStrategy redirectStrategy)
AssignsRedirectStrategy
instance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategy Constructor Description RedirectExec(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)
-