Home
last modified time | relevance | path

Searched refs:SC_MOVED_TEMPORARILY (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/
DHttpStatus.java86 public static final int SC_MOVED_TEMPORARILY = 302; field
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java140 setReason(HttpStatus.SC_MOVED_TEMPORARILY, in setReason() argument
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRedirectHandler.java83 case HttpStatus.SC_MOVED_TEMPORARILY: in isRedirectRequested()
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
DTestWebServer.java390 httpResponse = createResponse(HttpStatus.SC_MOVED_TEMPORARILY); in getResponse()
429 sReasons.put(HttpStatus.SC_MOVED_TEMPORARILY, "Moved Temporarily"); in createResponse()