Searched refs:setRequestMethod (Results 1 - 25 of 34) sorted by relevance

12

/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/volley/src/main/java/com/android/volley/toolbox/
H A DHurlStack.java216 connection.setRequestMethod("POST");
227 connection.setRequestMethod("GET");
230 connection.setRequestMethod("DELETE");
233 connection.setRequestMethod("POST");
237 connection.setRequestMethod("PUT");
241 connection.setRequestMethod("HEAD");
244 connection.setRequestMethod("OPTIONS");
247 connection.setRequestMethod("TRACE");
250 connection.setRequestMethod("PATCH");
/external/volley/src/test/java/com/android/volley/mock/
H A DMockHttpURLConnection.java50 public void setRequestMethod(String method) { method in class:MockHttpURLConnection
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsServiceConnectionSE.java96 public void setRequestMethod(String requestMethod) throws IOException { method in class:HttpsServiceConnectionSE
97 connection.setRequestMethod(requestMethod);
H A DServiceConnectionSE.java104 public void setRequestMethod(String requestMethod) throws IOException { method in class:ServiceConnectionSE
105 connection.setRequestMethod(requestMethod);
H A DHttpTransportSE.java187 connection.setRequestMethod("POST");
193 connection.setRequestMethod("GET");
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_URLConnector.java65 ((HttpURLConnection) instance).setRequestMethod("POST");
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DExcludedProxyTest.java73 conn2.setRequestMethod("POST");
95 conn4.setRequestMethod("POST");
174 conn.setRequestMethod("POST");
/external/oauth/core/src/main/java/net/oauth/client/
H A DURLConnectionClient.java54 http.setRequestMethod(httpMethod);
/external/replicaisland/src/com/replica/replicaisland/
H A DEventReporter.java100 connection.setRequestMethod("GET");
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
H A DAsyncHttpURLConnection.java70 connection.setRequestMethod(method);
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
H A DDelegatingHttpsURLConnection.java112 @Override public void setRequestMethod(String method) throws ProtocolException { method in class:DelegatingHttpsURLConnection
113 delegate.setRequestMethod(method);
H A DHttpURLConnectionImpl.java621 @Override public void setRequestMethod(String method) throws ProtocolException { method in class:HttpURLConnectionImpl
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
H A DGithubFeedbackTask.java98 httpURLConnection.setRequestMethod("POST");
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DURLConnectionTest.java468 conn.setRequestMethod("POST");
1552 connection.setRequestMethod(requestMethod);
1567 connection.setRequestMethod(requestMethod);
2133 connection.setRequestMethod(method);
2602 connection.setRequestMethod("HEAD");
2678 connection.setRequestMethod("POST");
2731 connection.setRequestMethod("POST");
2748 connection.setRequestMethod("POST");
3039 connection.setRequestMethod(method);
3164 connection.setRequestMethod("DELET
[all...]
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
H A DMockWebServerTest.java264 connection.setRequestMethod("POST");
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DJavaApiConverterTest.java283 httpUrlConnection.setRequestMethod("PUT");
337 httpUrlConnection.setRequestMethod("PUT");
H A DResponseCacheTest.java708 request1.setRequestMethod(requestMethod);
761 invalidateConnection.setRequestMethod(requestMethod);
788 invalidate.setRequestMethod("POST");
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
H A DJavaApiConverter.java619 public void setRequestMethod(String method) throws ProtocolException { method in class:JavaApiConverter.CacheHttpURLConnection
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DLSSerializerImpl.java1029 httpCon.setRequestMethod("PUT");
1305 httpCon.setRequestMethod("PUT");
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java633 request1.setRequestMethod(requestMethod);
673 invalidate.setRequestMethod(requestMethod);
694 invalidate.setRequestMethod("POST");
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java849 r.setRequestMethod(this.method);
1515 public void setRequestMethod(Method requestMethod) { method in class:NanoHTTPD.Response
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java598 sconn.setRequestMethod(method);
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/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 ...

Completed in 897 milliseconds

12