Uses of Class
org.apache.hc.client5.http.protocol.RedirectLocations
Packages that use RedirectLocations
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Uses of RedirectLocations in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache that return RedirectLocationsMethods in org.apache.hc.client5.http.cache with parameters of type RedirectLocationsModifier and TypeMethodDescriptionvoidHttpCacheContext.Delegate.setRedirectLocations(RedirectLocations redirectLocations) -
Uses of RedirectLocations in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as RedirectLocationsModifier and TypeFieldDescription(package private) RedirectLocationsAsyncRedirectExec.State.redirectLocations -
Uses of RedirectLocations in org.apache.hc.client5.http.protocol
Fields in org.apache.hc.client5.http.protocol declared as RedirectLocationsMethods in org.apache.hc.client5.http.protocol that return RedirectLocationsModifier and TypeMethodDescriptionHttpClientContext.Delegate.getRedirectLocations()HttpClientContext.getRedirectLocations()Represents a collection of all redirects executed in the context of request execution.Methods in org.apache.hc.client5.http.protocol with parameters of type RedirectLocationsModifier and TypeMethodDescriptionvoidHttpClientContext.Delegate.setRedirectLocations(RedirectLocations redirectLocations) voidHttpClientContext.setRedirectLocations(RedirectLocations redirectLocations)