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

/libcore/luni/src/main/java/java/net/
H A DHttpURLConnection.java222 * DELETE} and {@code TRACE}) can be used with {@link #setRequestMethod}.
263 * #setRequestMethod(String)}.
595 * @see #setRequestMethod
672 public void setRequestMethod(String method) throws ProtocolException { method in class:HttpURLConnection

Completed in 307 milliseconds