Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DHttp2.java95 Reader(BufferedSource source, int headerTableSize, boolean client) { in Reader() argument
99 this.hpackReader = new Hpack.Reader(headerTableSize, continuation); in Reader()