Home
last modified time | relevance | path

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

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java80 public void setRequestMethod(String requestMethodType) throws IOException; in setRequestMethod() method
/external/chromium_org/third_party/WebKit/Source/platform/network/
DHTTPRequest.h53 void setRequestMethod(const String& method) { m_requestMethod = method; } in setRequestMethod() function
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpsServiceConnectionSE.java96 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod() method in HttpsServiceConnectionSE
DServiceConnectionSE.java104 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod() method in ServiceConnectionSE
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DDelegatingHttpsURLConnection.java112 @Override public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in DelegatingHttpsURLConnection
DHttpURLConnectionImpl.java583 @Override public void setRequestMethod(String method) throws ProtocolException { in setRequestMethod() method in HttpURLConnectionImpl
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java729 public void setRequestMethod(Method requestMethod) { in setRequestMethod() method in NanoHTTPD.Response