com.google.appengine.api.urlfetch.dev
Class AllMethodsRedirectHandler
- java.lang.Object
-
- DefaultRedirectHandler
-
- com.google.appengine.api.urlfetch.dev.AllMethodsRedirectHandler
-
public class AllMethodsRedirectHandler extends DefaultRedirectHandler
ADefaultRedirectHandler
that accepts redirects for 301,302,303,307 status codes from all methods. Code elsewhere (presumably implemented for SEE_OTHER handling), correctly takes care of making the redirects use the GET method.
-
-
Constructor Summary
Constructors Constructor and Description AllMethodsRedirectHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
isRedirectRequested(HttpResponse response, HttpContext context)
-