Uses of Class
org.apache.hc.client5.http.impl.DefaultRedirectStrategy
-
Packages that use DefaultRedirectStrategy Package Description org.apache.hc.client5.http.impl -
-
Uses of DefaultRedirectStrategy in org.apache.hc.client5.http.impl
Subclasses of DefaultRedirectStrategy in org.apache.hc.client5.http.impl Modifier and Type Class Description classLaxRedirectStrategyA lax implementation of theRedirectStrategythat automatically handles HTTP redirects for HEAD, GET, POST, and DELETE requests based on the response status code.Fields in org.apache.hc.client5.http.impl declared as DefaultRedirectStrategy Modifier and Type Field Description static DefaultRedirectStrategyDefaultRedirectStrategy. INSTANCEDefault instance ofDefaultRedirectStrategy.
-