Home
last modified time | relevance | path

Searched defs:FramedDataSource (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedStream.java314 private final class FramedDataSource implements Source { class in FramedStream
333 private FramedDataSource(long maxByteCount) { in FramedDataSource() method in FramedStream.FramedDataSource