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

/libcore/luni/src/main/java/java/net/
H A DHttpURLConnection.java223 * DELETE} and {@code TRACE}) can be used with {@link #setRequestMethod}.
263 * #setRequestMethod(String)}.
587 * @see #setRequestMethod
664 public void setRequestMethod(String method) throws ProtocolException { method in class:HttpURLConnection
/libcore/luni/src/main/java/libcore/net/http/
H A DHttpsURLConnectionImpl.java143 public void setRequestMethod(String method) throws ProtocolException { method in class:HttpsURLConnectionImpl
144 delegate.setRequestMethod(method);

Completed in 72 milliseconds