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

/dalvik/libcore/luni/src/main/java/java/net/
H A DHttpURLConnection.java346 public String getRequestMethod() { method in class:HttpURLConnection
424 * @see #getRequestMethod()
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java111 public String getRequestMethod() { method in class:HttpsURLConnectionImpl
112 return httpsEngine.getRequestMethod();
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DHttpURLConnectionTest.java839 * @tests {@link java.net.HttpURLConnection#getRequestMethod()}
845 method = "getRequestMethod",
860 con.getRequestMethod());
868 con.getRequestMethod());

Completed in 78 milliseconds