Searched refs:getBody (Results 1 – 4 of 4) sorted by relevance
55 public abstract OutputStream getBody() throws IOException; in getBody() method in CacheRequest
63 public abstract InputStream getBody() throws IOException; in getBody() method in CacheResponse
73 public InputStream getBody() throws IOException { in getBody() method in SecureCacheResponseTest.MockCacheResponse
698 bytesOut.write(mockResponse.getBody()); in contentDisagreesWithChunkedHeader()1650 assertEquals(outputString, new String(request.getBody(), "US-ASCII")); in setChunkedStreamingMode()1691 assertEquals(Arrays.toString(requestBody), Arrays.toString(request.getBody()));1832 assertEquals(Arrays.toString(requestBody), Arrays.toString(request.getBody()));1871 assertEquals(Arrays.toString(requestBody), Arrays.toString(request.getBody()));2237 assertEquals(Arrays.toString(requestBody), Arrays.toString(page1.getBody()));2405 assertEquals("ABC", new String(request.getBody(), "UTF-8"));2815 @Override public OutputStream getBody() throws IOException {