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

/external/okhttp/src/main/java/libcore/net/spdy/
H A DSpdyReader.java72 private final DataInputStream nameValueBlockIn; field in class:SpdyReader
77 this.nameValueBlockIn = newNameValueBlockStream();
192 int numberOfPairs = nameValueBlockIn.readShort();
215 int length = nameValueBlockIn.readShort();
217 Streams.readFully(nameValueBlockIn, bytes);

Completed in 61 milliseconds