@Contract(threading=IMMUTABLE)
public class CustomRedirectStrategy
extends org.apache.http.impl.client.DefaultRedirectStrategy
RedirectStrategy implementation
that automatically redirects all HEAD, GET, PUT, POST, DELETE, PATCH and OPTIONS requests.| Constructor and Description |
|---|
CustomRedirectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isRedirectable(String method) |
protected boolean isRedirectable(String method)
isRedirectable in class org.apache.http.impl.client.DefaultRedirectStrategyCopyright © 2022. All rights reserved.