Searched refs:requestMethod (Results 1 - 25 of 31) sorted by path

12

/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/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsServiceConnectionSE.java96 public void setRequestMethod(String requestMethod) throws IOException { argument
97 connection.setRequestMethod(requestMethod);
H A DServiceConnectionSE.java104 public void setRequestMethod(String requestMethod) throws IOException { argument
105 connection.setRequestMethod(requestMethod);
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1296 private Method requestMethod; field in class:NanoHTTPD.Response
1356 return this.requestMethod;
1423 if (this.requestMethod != Method.HEAD && this.chunkedTransfer) {
1439 if (this.requestMethod != Method.HEAD && this.chunkedTransfer) {
1515 public void setRequestMethod(Method requestMethod) { argument
1516 this.requestMethod = requestMethod;
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
H A DAndroidShimResponseCache.java58 @Override public CacheResponse get(URI uri, String requestMethod, argument
60 Request okRequest = JavaApiConverter.createOkRequest(uri, requestMethod, requestHeaders);
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
H A DJavaApiConverter.java84 String requestMethod = httpUrlConnection.getRequestMethod();
85 RequestBody placeholderBody = HttpMethod.requiresRequestBody(requestMethod)
91 .method(requestMethod, placeholderBody)
268 URI uri, String requestMethod, Map<String, List<String>> requestHeaders) {
270 RequestBody placeholderBody = HttpMethod.requiresRequestBody(requestMethod)
276 .method(requestMethod, placeholderBody);
267 createOkRequest( URI uri, String requestMethod, Map<String, List<String>> requestHeaders) argument
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/
H A DAbstractResponseCache.java30 @Override public CacheResponse get(URI uri, String requestMethod, argument
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
H A DHttpResponseCache.java96 @Override public CacheResponse get(URI uri, String requestMethod, argument
98 return shimResponseCache.get(uri, requestMethod, requestHeaders);
H A DHttpResponseCacheTest.java98 public CacheResponse get(URI uri, String requestMethod,
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DResponseCacheTest.java696 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { argument
708 request1.setRequestMethod(requestMethod);
709 addRequestBodyIfNecessary(requestMethod, request1);
722 private void addRequestBodyIfNecessary(String requestMethod, HttpURLConnection connection) argument
724 if (requestMethod.equals("POST") || requestMethod.equals("PUT")) {
744 private void testMethodInvalidates(String requestMethod) throws Exception { argument
761 invalidateConnection.setRequestMethod(requestMethod);
1923 public CacheResponse get(URI uri, String requestMethod,
1967 @Override public CacheResponse get(URI uri, String requestMethod, argument
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DCacheTest.java713 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { argument
726 .method(requestMethod, requestBodyOrNull(requestMethod))
741 private RequestBody requestBodyOrNull(String requestMethod) { argument
742 return (requestMethod.equals("POST") || requestMethod.equals("PUT"))
759 private void testMethodInvalidates(String requestMethod) throws Exception { argument
777 .method(requestMethod, requestBodyOrNull(requestMethod))
H A DOkHttpClientTest.java142 @Override public CacheResponse get(URI uri, String requestMethod,
H A DURLConnectionTest.java1540 private void assertValidRequestMethod(String requestMethod) throws Exception { argument
1542 connection.setRequestMethod(requestMethod);
1543 assertEquals(requestMethod, connection.getRequestMethod());
1554 private void assertInvalidRequestMethod(String requestMethod) throws Exception { argument
1557 connection.setRequestMethod(requestMethod);
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java623 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { argument
633 request1.setRequestMethod(requestMethod);
634 addRequestBodyIfNecessary(requestMethod, request1);
659 private void testMethodInvalidates(String requestMethod) throws Exception { argument
673 invalidate.setRequestMethod(requestMethod);
674 addRequestBodyIfNecessary(requestMethod, invalidate);
1672 private void addRequestBodyIfNecessary(String requestMethod, HttpURLConnection invalidate) argument
1674 if (requestMethod.equals("POST") || requestMethod.equals("PUT")) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCache.java211 String requestMethod = response.request().method();
221 if (!requestMethod.equals("GET")) {
470 private final String requestMethod; field in class:Cache.Entry
530 requestMethod = source.readUtf8LineStrict();
569 this.requestMethod = response.request().method();
582 sink.writeUtf8(requestMethod);
655 && requestMethod.equals(request.method())
664 .method(requestMethod, null)
/external/opencv3/samples/java/sbt/sbt/
H A Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org.apache. ...
/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/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 1155 milliseconds

12