OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPDY_3
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Protocol.java
38
SPDY_3
("spdy/3.1", true),
42
Util.immutableList(Arrays.asList(HTTP_2,
SPDY_3
, HTTP_11));
44
Util.immutableList(Arrays.asList(
SPDY_3
, HTTP_11));
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HeadersTest.java
40
SpdyTransport.readNameValueBlock(headerBlock, Protocol.
SPDY_3
).request(request).build();
46
assertEquals(Protocol.
SPDY_3
.name.utf8(), headers.get(OkHeaders.SELECTED_PROTOCOL));
48
assertEquals(Protocol.
SPDY_3
.name.utf8(), headers.value(0));
66
SpdyTransport.readNameValueBlock(headerBlock, Protocol.
SPDY_3
).request(request).build();
70
assertEquals(Protocol.
SPDY_3
.name.utf8(), headers.value(0));
96
SpdyTransport.writeNameValueBlock(request, Protocol.
SPDY_3
, "HTTP/1.1");
121
assertEquals(expected, SpdyTransport.writeNameValueBlock(request, Protocol.
SPDY_3
, "HTTP/1.1"));
Completed in 559 milliseconds