public class WagonRedirectStrategy
extends org.apache.http.impl.client.DefaultRedirectStrategy
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER |
private static int |
SC_PERMANENT_REDIRECT |
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) |
private static final org.slf4j.Logger LOGGER
private static final int SC_PERMANENT_REDIRECT
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.RedirectStrategy
isRedirected
in class org.apache.http.impl.client.DefaultRedirectStrategy
org.apache.http.ProtocolException
public 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.RedirectStrategy
getRedirect
in class org.apache.http.impl.client.DefaultRedirectStrategy
org.apache.http.ProtocolException