Uses of Class
org.apache.http.impl.client.DefaultRedirectStrategy
-
Packages that use DefaultRedirectStrategy Package Description org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of DefaultRedirectStrategy in org.apache.http.impl.client
Subclasses of DefaultRedirectStrategy in org.apache.http.impl.client Modifier and Type Class Description classLaxRedirectStrategyLaxRedirectStrategyimplementation that automatically redirects all HEAD, GET, POST, and DELETE requests.Fields in org.apache.http.impl.client declared as DefaultRedirectStrategy Modifier and Type Field Description static DefaultRedirectStrategyDefaultRedirectStrategy. INSTANCE
-