Home
last modified time | relevance | path

Searched refs:newChunkedSource (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttp1xStream.java141 return newChunkedSource(httpEngine); in getTransferStream()
241 public Source newChunkedSource(HttpEngine httpEngine) throws IOException { in newChunkedSource() method in Http1xStream