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 RedirectStrategyModifier and TypeClassDescriptionclassDefault implementation ofRedirectStrategy.classA lax implementation of theRedirectStrategythat automatically handles HTTP redirects for HEAD, GET, POST, and DELETE requests based on the response status code. -
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) SetsRedirectStrategyinstance.HttpAsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy) SetsRedirectStrategyinstance.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) SetsRedirectStrategyinstance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type RedirectStrategyModifierConstructorDescriptionRedirectExec(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)