Uses of Class
org.apache.hc.client5.http.protocol.RedirectLocations
-
Packages that use RedirectLocations Package Description org.apache.hc.client5.http.cache Caching APIs for both the classic and the asynchronous HTTP transports.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.protocol 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 RedirectLocations Modifier and Type Method Description RedirectLocationsHttpCacheContext.Delegate. getRedirectLocations()Methods in org.apache.hc.client5.http.cache with parameters of type RedirectLocations Modifier and Type Method Description voidHttpCacheContext.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 RedirectLocations Modifier and Type Field Description (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 RedirectLocations Modifier and Type Field Description private RedirectLocationsHttpClientContext. redirectLocationsMethods in org.apache.hc.client5.http.protocol that return RedirectLocations Modifier and Type Method Description RedirectLocationsHttpClientContext.Delegate. getRedirectLocations()RedirectLocationsHttpClientContext. 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 RedirectLocations Modifier and Type Method Description voidHttpClientContext.Delegate. setRedirectLocations(RedirectLocations redirectLocations)voidHttpClientContext. setRedirectLocations(RedirectLocations redirectLocations)
-