Searched defs:getBody (Results 1 - 8 of 8) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DCacheRequest.java57 public abstract OutputStream getBody() throws IOException; method in class:CacheRequest
H A DCacheResponse.java49 public abstract InputStream getBody() throws IOException; method in class:CacheResponse
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DCacheRequestTest.java57 method = "getBody",
69 assertNull(mcr.getBody());
83 public OutputStream getBody() throws IOException { method in class:CacheRequestTest.MockCacheRequest
H A DCacheResponseTest.java40 method = "getBody",
45 assertNull(mcr.getBody());
79 public InputStream getBody() throws IOException { method in class:CacheResponseTest.MockCacheResponse
H A DSecureCacheResponseTest.java95 assertNull(scr.getBody());
147 public InputStream getBody() throws IOException { method in class:SecureCacheResponseTest.TestSecureCacheResponse
H A DResponseCacheTest.java285 public InputStream getBody() { method in class:ResponseCacheTest.TestCacheResponse
298 public OutputStream getBody() { method in class:ResponseCacheTest.TestCacheRequest
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DHttpURLConnectionTest.java1039 public OutputStream getBody() throws IOException { method in class:HttpURLConnectionTest.MockCacheRequest
1056 public InputStream getBody() throws IOException { method in class:HttpURLConnectionTest.MockCacheResponse
H A DURLConnectionTest.java306 public OutputStream getBody() throws IOException { method in class:URLConnectionTest.MockCacheRequest
354 public InputStream getBody() throws IOException { method in class:URLConnectionTest.MockCacheResponse

Completed in 121 milliseconds