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

/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPRequest.h53 void setRequestMethod(const String& method) { m_requestMethod = method; } function in class:blink::HTTPRequest
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DServiceConnection.java80 public void setRequestMethod(String requestMethodType) throws IOException; method in interface:ServiceConnection
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DServiceConnectionSE.java104 public void setRequestMethod(String requestMethod) throws IOException { method in class:ServiceConnectionSE
105 connection.setRequestMethod(requestMethod);
H A DHttpsServiceConnectionSE.java96 public void setRequestMethod(String requestMethod) throws IOException { method in class:HttpsServiceConnectionSE
97 connection.setRequestMethod(requestMethod);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java583 @Override public void setRequestMethod(String method) throws ProtocolException { method in class:HttpURLConnectionImpl
H A DDelegatingHttpsURLConnection.java112 @Override public void setRequestMethod(String method) throws ProtocolException { method in class:DelegatingHttpsURLConnection
113 delegate.setRequestMethod(method);
H A DJavaApiConverter.java455 public void setRequestMethod(String method) throws ProtocolException { method in class:JavaApiConverter.CacheHttpURLConnection
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java729 public void setRequestMethod(Method requestMethod) { method in class:NanoHTTPD.Response
942 r.setRequestMethod(method);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 139 milliseconds