Uses of Class
org.apache.hc.client5.http.protocol.RedirectLocations
-
Packages that use RedirectLocations Package Description 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.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as RedirectLocations Modifier and Type Field Description (package private) RedirectLocations
AsyncRedirectExec.State. redirectLocations
-
Uses of RedirectLocations in org.apache.hc.client5.http.protocol
Methods in org.apache.hc.client5.http.protocol that return RedirectLocations Modifier and Type Method Description RedirectLocations
HttpClientContext. getRedirectLocations()
-