OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readNameValueBlock
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
NameValueBlockReader.java
28
* {@link #
readNameValueBlock
} returns.
76
public List<Header>
readNameValueBlock
(int length) throws IOException {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SpdyTransport.java
109
return
readNameValueBlock
(stream.getResponseHeaders(), spdyConnection.getProtocol());
177
public static Response.Builder
readNameValueBlock
(List<Header> headerBlock,
Completed in 39 milliseconds