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

/openjdk7/jdk/src/share/classes/java/net/
H A DHttpURLConnection.java407 public void setRequestMethod(String method) throws ProtocolException { method in class:HttpURLConnection
434 * @see #setRequestMethod(java.lang.String)
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java343 public void setRequestMethod(String method) throws ProtocolException { method in class:HttpsURLConnectionOldImpl
344 delegate.setRequestMethod(method);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java373 public void setRequestMethod(String method) throws ProtocolException { method in class:HttpsURLConnectionImpl
374 delegate.setRequestMethod(method);

Completed in 48 milliseconds