OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromNameValueBlock
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SpdyTransport.java
71
RawHeaders rawHeaders = RawHeaders.
fromNameValueBlock
(nameValueBlock);
RawHeaders.java
412
public static RawHeaders
fromNameValueBlock
(List<String> nameValueBlock) throws IOException {
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
RawHeadersTest.java
30
// TODO:
fromNameValueBlock
should synthesize a request status line
31
RawHeaders rawHeaders = RawHeaders.
fromNameValueBlock
(nameValueBlock);
51
// TODO:
fromNameValueBlock
should take the status line headers
Completed in 1111 milliseconds