Searched refs:HTTP_VERSION_STRING (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java53 protected String HTTP_VERSION_STRING = "HTTP/1.1"; field in class:Support_TestWebServer
136 HTTP_VERSION_STRING = "HTTP/1.1";
138 HTTP_VERSION_STRING = "HTTP/1.0";
596 ps.print(HTTP_VERSION_STRING + " " + HTTP_BAD_METHOD +
704 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently");
717 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found");
720 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");

Completed in 601 milliseconds