public class WagonRedirectStrategy extends org.apache.http.impl.client.DefaultRedirectStrategy
| Constructor and Description |
|---|
WagonRedirectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.client.methods.HttpUriRequest |
getRedirect(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
boolean |
isRedirected(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
public WagonRedirectStrategy()
public boolean isRedirected(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.ProtocolException
isRedirected in interface org.apache.http.client.RedirectStrategyisRedirected in class org.apache.http.impl.client.DefaultRedirectStrategyorg.apache.http.ProtocolExceptionpublic org.apache.http.client.methods.HttpUriRequest getRedirect(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) throws org.apache.http.ProtocolException
getRedirect in interface org.apache.http.client.RedirectStrategygetRedirect in class org.apache.http.impl.client.DefaultRedirectStrategyorg.apache.http.ProtocolExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.