Searched refs:bodySource (Results 1 – 3 of 3) sorted by relevance
694 private final BufferedSource bodySource; field in CacheResponseBody705 bodySource = Okio.buffer(new ForwardingSource(source) { in CacheResponseBody()726 return bodySource; in source()
486 BufferedSource bodySource = get(server.url("/")).body().source(); in testServerPrematureDisconnect() local487 assertEquals("ABCDE", bodySource.readUtf8Line()); in testServerPrematureDisconnect()489 bodySource.readUtf8Line(); in testServerPrematureDisconnect()493 bodySource.close(); in testServerPrematureDisconnect()
665 BufferedSource bodySource = response.body().source(); in timeoutsUpdatedOnReusedConnections() local666 assertEquals('d', bodySource.readByte()); in timeoutsUpdatedOnReusedConnections()671 bodySource.readByte(); in timeoutsUpdatedOnReusedConnections()