Searched refs:SPDY_3 (Results 1 – 23 of 23) sorted by relevance
59 SPDY_3("spdy/3.1"), enumConstant88 if (protocol.equals(SPDY_3.protocol)) return SPDY_3; in get()
58 Protocol.HTTP_2, Protocol.SPDY_3, Protocol.HTTP_1_1);
57 SPDY_3("spdy/3.1"), enumConstant86 if (protocol.equals(SPDY_3.protocol)) return SPDY_3; in get()
55 Protocol.HTTP_2, Protocol.SPDY_3, Protocol.HTTP_1_1);
61 SPDY_3("spdy/3.1"), enumConstant100 if (protocol.equals(SPDY_3.protocol)) return SPDY_3; in get()
23 super(Protocol.SPDY_3); in HttpOverSpdy3Test()
186 enableProtocol(Protocol.SPDY_3); in get_SPDY_3()210 enableProtocol(Protocol.SPDY_3); in repeatedHeaderNames_SPDY_3()260 enableProtocol(Protocol.SPDY_3); in head_SPDY_3()294 enableProtocol(Protocol.SPDY_3); in post_SPDY_3()328 enableProtocol(Protocol.SPDY_3); in postZeroLength_SPDY_3()347 enableProtocol(Protocol.SPDY_3); in postBodyRetransmittedAfterAuthorizationFail_SPDY_3()367 enableProtocol(Protocol.SPDY_3); in postEmptyBodyRetransmittedAfterAuthorizationFail_SPDY_3()458 enableProtocol(Protocol.SPDY_3); in delete_SPDY_3()509 enableProtocol(Protocol.SPDY_3); in put_SPDY_3()543 enableProtocol(Protocol.SPDY_3); in patch_SPDY_3()[all …]
104 assertEquals(Arrays.asList(Protocol.HTTP_2, Protocol.SPDY_3, Protocol.HTTP_1_1), in copyWithDefaultsWhenDefaultIsAConstant()
1418 enableProtocol(Protocol.SPDY_3);1433 enableProtocol(Protocol.SPDY_3);2973 setsNegotiatedProtocolHeader(Protocol.SPDY_3);3010 enableProtocol(Protocol.SPDY_3);3025 enableProtocol(Protocol.SPDY_3);3071 client.client().setProtocols(Arrays.asList(Protocol.SPDY_3));
37 .setProtocols(Util.immutableList(Protocol.SPDY_3, Protocol.HTTP_1_1)); in main()
47 assertEquals(Protocol.SPDY_3, response.protocol()); in parseNameValueBlock()
131 = Util.immutableList(Protocol.HTTP_2, Protocol.SPDY_3, Protocol.HTTP_1_1);887 String version = protocol == Protocol.SPDY_3 ? "<:version omitted>" : "HTTP/1.1";897 } else if (protocol == Protocol.SPDY_3) {934 if (protocol == Protocol.SPDY_3) {959 pushedHeaders.add(new Header(stream.getConnection().getProtocol() == Protocol.SPDY_3
58 List<Protocol> protocols = Arrays.asList(Protocol.HTTP_1_1, Protocol.SPDY_3); in enableTlsExtensionOptionalMethods()
43 Util.immutableList(Protocol.HTTP_2, Protocol.SPDY_3);
165 } else if (protocol == Protocol.SPDY_3) { in FramedConnection()546 private Protocol protocol = Protocol.SPDY_3;
41 return Protocol.SPDY_3; in getProtocol()
163 } else if (protocol == Protocol.SPDY_3) { in FramedConnection()541 private Protocol protocol = Protocol.SPDY_3;
39 return Protocol.SPDY_3; in getProtocol()
155 if (protocol == Protocol.SPDY_3 || protocol == Protocol.HTTP_2) { in connectSocket()
246 .protocol(Protocol.SPDY_3) in readSpdy3HeadersList()
248 .protocol(Protocol.SPDY_3) in readSpdy3HeadersList()
159 if (protocol == Protocol.SPDY_3 || protocol == Protocol.HTTP_2) { in connectSocket()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...