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 classDefaultRedirectStrategyDefault 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 RedirectStrategyAsyncRedirectExec. redirectStrategyprivate RedirectStrategyH2AsyncClientBuilder. redirectStrategyprivate RedirectStrategyHttpAsyncClientBuilder. redirectStrategyMethods in org.apache.hc.client5.http.impl.async with parameters of type RedirectStrategy Modifier and Type Method Description H2AsyncClientBuilderH2AsyncClientBuilder. setRedirectStrategy(RedirectStrategy redirectStrategy)AssignsRedirectStrategyinstance.HttpAsyncClientBuilderHttpAsyncClientBuilder. setRedirectStrategy(RedirectStrategy redirectStrategy)AssignsRedirectStrategyinstance.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 RedirectStrategyHttpClientBuilder. redirectStrategyprivate RedirectStrategyRedirectExec. redirectStrategyMethods in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategy Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. setRedirectStrategy(RedirectStrategy redirectStrategy)AssignsRedirectStrategyinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategy Constructor Description RedirectExec(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)
-