Searched defs:setRequestMethod (Results 1 – 7 of 7) sorted by relevance
80 public void setRequestMethod(String requestMethodType) throws IOException; in setRequestMethod() method
53 void setRequestMethod(const String& method) { m_requestMethod = method; } in setRequestMethod() function
96 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod() method in HttpsServiceConnectionSE
104 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod() method in ServiceConnectionSE
112 @Override public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in DelegatingHttpsURLConnection
583 @Override public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in HttpURLConnectionImpl
729 public void setRequestMethod(Method requestMethod) { in setRequestMethod() method in NanoHTTPD.Response