Searched defs:requestMethod (Results 1 – 11 of 11) sorted by relevance
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/ |
D | AbstractResponseCache.java | 30 @Override public CacheResponse get(URI uri, String requestMethod, in get()
|
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/ |
D | JavaApiConverter.java | 84 String requestMethod = httpUrlConnection.getRequestMethod(); in createOkResponseForCachePut() local 268 URI uri, String requestMethod, Map<String, List<String>> requestHeaders) { in createOkRequest() argument
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/ |
D | HttpResponseCache.java | 96 @Override public CacheResponse get(URI uri, String requestMethod, in get()
|
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/ |
D | AndroidShimResponseCache.java | 58 @Override public CacheResponse get(URI uri, String requestMethod, in get()
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpsServiceConnectionSE.java | 96 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod()
|
D | ServiceConnectionSE.java | 104 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Cache.java | 207 String requestMethod = response.request().method(); in put() local 449 private final String requestMethod; field in Entry
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
D | UrlConnectionCacheTest.java | 629 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { in testRequestMethod() 665 private void testMethodInvalidates(String requestMethod) throws Exception { in testMethodInvalidates() 1678 private void addRequestBodyIfNecessary(String requestMethod, HttpURLConnection invalidate) in addRequestBodyIfNecessary()
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
D | ResponseCacheTest.java | 707 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { in testRequestMethod() 733 private void addRequestBodyIfNecessary(String requestMethod, HttpURLConnection connection) in addRequestBodyIfNecessary() 755 private void testMethodInvalidates(String requestMethod) throws Exception { in testMethodInvalidates()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | CacheTest.java | 716 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { in testRequestMethod() 744 private RequestBody requestBodyOrNull(String requestMethod) { in requestBodyOrNull() 762 private void testMethodInvalidates(String requestMethod) throws Exception { in testMethodInvalidates()
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 556 private Method requestMethod; field in NanoHTTPD.Response 729 public void setRequestMethod(Method requestMethod) { in setRequestMethod()
|