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
Methods in org.apache.hc.client5.http.impl.async with parameters of type RedirectStrategyModifier and TypeMethodDescriptionH2AsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy) SetsRedirectStrategyinstance.HttpAsyncClientBuilder.setRedirectStrategy(RedirectStrategy redirectStrategy) SetsRedirectStrategyinstance. -
Uses of RedirectStrategy in org.apache.hc.client5.http.impl.classic
Methods 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)