Searched defs:POST_METHOD (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java65 private static final String POST_METHOD = "POST"; field in class:HttpsURLConnectionTest
362 SingleRequestDispatcher dispatcher = new SingleRequestDispatcher(POST_METHOD, OK_CODE);
556 SingleRequestDispatcher postDispatcher = new SingleRequestDispatcher(POST_METHOD, OK_CODE);
927 if (POST_METHOD.equals(expectedMethod)) {
/libcore/support/src/test/java/tests/support/
H A DSupport_HttpConstants.java67 public static final int POST_METHOD = 3; field in interface:Support_HttpConstants

Completed in 164 milliseconds