Searched refs:setRequestMethod (Results 1 – 6 of 6) sorted by relevance
625 public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in HttpURLConnection
176 c.setRequestMethod(new String("POST")); in testGetOutputStream()
228 con.setRequestMethod("POST"); in check()
727 hconn.setRequestMethod("HEAD");
507 conn.setRequestMethod("POST"); in doUpload()1613 connection1.setRequestMethod("HEAD"); in headAndContentLength()1711 connection.setRequestMethod(requestMethod);1728 connection.setRequestMethod(requestMethod);
5794 method public void setRequestMethod(String) throws java.net.ProtocolException;