Searched refs:HTTP_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance
42 public static final int HTTP_NOT_FOUND = 404; field
719 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found"); in printStatus()
927 public static final int HTTP_NOT_FOUND = 404;
409 .setResponseCode(HttpURLConnection.HTTP_NOT_FOUND); in dispatch()