Home
last modified time | relevance | path

Searched refs:SC_MOVED_PERMANENTLY (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/
DHttpStatus.java84 public static final int SC_MOVED_PERMANENTLY = 301; field
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java138 setReason(HttpStatus.SC_MOVED_PERMANENTLY, in setReason() argument
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRedirectHandler.java84 case HttpStatus.SC_MOVED_PERMANENTLY: in isRedirectRequested()