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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DProtocol.java37 HTTP_2("HTTP-draft-09/2.0", true), enum constant in enum:Protocol
42 Util.immutableList(Arrays.asList(HTTP_2, SPDY_3, HTTP_11));
46 Util.immutableList(Arrays.asList(HTTP_2, HTTP_11));

Completed in 83 milliseconds