Searched defs:SPDY_3 (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DProtocol.java38 SPDY_3("spdy/3.1", true), enum constant in enum:Protocol
42 Util.immutableList(Arrays.asList(HTTP_2, SPDY_3, HTTP_11));
44 Util.immutableList(Arrays.asList(SPDY_3, HTTP_11));

Completed in 247 milliseconds