Searched refs:initContentStream (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpEngine.java239 initContentStream(userResponse.body().source());
483 private void initContentStream(Source transferSource) throws IOException { method in class:HttpEngine
651 // Content-Encoding header (as performed by initContentStream()).
656 initContentStream(cacheResponse.body().source());
673 // Don't call initContentStream() when the response doesn't have any content.
680 initContentStream(transport.getTransferStream(storeRequest));

Completed in 47 milliseconds