Searched refs:SC_MOVED_TEMPORARILY (Results 1 – 4 of 4) sorted by relevance
86 public static final int SC_MOVED_TEMPORARILY = 302; field
140 setReason(HttpStatus.SC_MOVED_TEMPORARILY, in setReason() argument
83 case HttpStatus.SC_MOVED_TEMPORARILY: in isRedirectRequested()
390 httpResponse = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()429 sReasons.put(HttpStatus.SC_MOVED_TEMPORARILY, "Moved Temporarily"); in createResponse()