Home
last modified time | relevance | path

Searched defs:requestMethod (Results 1 – 11 of 11) sorted by relevance

/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/
DAbstractResponseCache.java30 @Override public CacheResponse get(URI uri, String requestMethod, in get()
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
DJavaApiConverter.java84 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/
DHttpResponseCache.java96 @Override public CacheResponse get(URI uri, String requestMethod, in get()
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
DAndroidShimResponseCache.java58 @Override public CacheResponse get(URI uri, String requestMethod, in get()
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpsServiceConnectionSE.java96 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod()
DServiceConnectionSE.java104 public void setRequestMethod(String requestMethod) throws IOException { in setRequestMethod()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCache.java207 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/
DUrlConnectionCacheTest.java629 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/
DResponseCacheTest.java707 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/
DCacheTest.java716 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/
DNanoHTTPD.java556 private Method requestMethod; field in NanoHTTPD.Response
729 public void setRequestMethod(Method requestMethod) { in setRequestMethod()