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 RedirectStrategyAsyncRedirectExec.redirectStrategyprivate RedirectStrategyH2AsyncClientBuilder.redirectStrategyprivate RedirectStrategyHttpAsyncClientBuilder.redirectStrategyMethods in org.apache.hc.client5.http.impl.async with parameters of type RedirectStrategyModifier and TypeMethodDescriptionH2AsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy) AssignsRedirectStrategyinstance.HttpAsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy) AssignsRedirectStrategyinstance.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 RedirectStrategyHttpClientBuilder.redirectStrategyprivate final RedirectStrategyRedirectExec.redirectStrategyMethods in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategyModifier and TypeMethodDescriptionfinal HttpClientBuilderHttpClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy) AssignsRedirectStrategyinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategyModifierConstructorDescriptionRedirectExec(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)