HomeSort by relevance Sort by last modified time
    Searched refs:SPDY_3 (Results 1 - 25 of 28) sorted by null

1 2

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HttpOverSpdy3Test.java 23 super(Protocol.SPDY_3);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Protocol.java 57 SPDY_3("spdy/3.1"),
86 if (protocol.equals(SPDY_3.protocol)) return SPDY_3;
OkHttpClient.java 55 Protocol.HTTP_2, Protocol.SPDY_3, Protocol.HTTP_1_1);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ExternalSpdyExample.java 37 .setProtocols(Util.immutableList(Protocol.SPDY_3, Protocol.HTTP_1_1));
HeadersTest.java 47 assertEquals(Protocol.SPDY_3, response.protocol());
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CallTest.java 186 enableProtocol(Protocol.SPDY_3);
210 enableProtocol(Protocol.SPDY_3);
260 enableProtocol(Protocol.SPDY_3);
294 enableProtocol(Protocol.SPDY_3);
328 enableProtocol(Protocol.SPDY_3);
347 enableProtocol(Protocol.SPDY_3);
367 enableProtocol(Protocol.SPDY_3);
458 enableProtocol(Protocol.SPDY_3);
509 enableProtocol(Protocol.SPDY_3);
543 enableProtocol(Protocol.SPDY_3);
    [all...]
OkHttpClientTest.java 104 assertEquals(Arrays.asList(Protocol.HTTP_2, Protocol.SPDY_3, Protocol.HTTP_1_1),
URLConnectionTest.java     [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 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) {
    [all...]
  /external/okhttp/android/test/java/com/squareup/okhttp/internal/
PlatformTest.java 58 List<Protocol> protocols = Arrays.asList(Protocol.HTTP_1_1, Protocol.SPDY_3);
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 43 Util.immutableList(Protocol.HTTP_2, Protocol.SPDY_3);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Http2xStream.java 246 .protocol(Protocol.SPDY_3)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
RealConnection.java 155 if (protocol == Protocol.SPDY_3 || protocol == Protocol.HTTP_2) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 163 } else if (protocol == Protocol.SPDY_3) {
541 private Protocol protocol = Protocol.SPDY_3;
    [all...]
Spdy3.java 39 return Protocol.SPDY_3;
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 

Completed in 222 milliseconds

1 2