Searched refs:MOVED_PERMANENTLY_301 (Results 1 – 2 of 2) sorted by relevance
629 public final static int MOVED_PERMANENTLY_301 = 301; field in HttpStatus728 MOVED_PERMANENTLY(MOVED_PERMANENTLY_301, "Moved Permanently"),
57 _redirected = ((status == HttpStatus.MOVED_PERMANENTLY_301 || in onResponseStatus()