Searched refs:SPDY3_AND_HTTP11 (Results 1 - 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DProtocol.java43 public static final List<Protocol> SPDY3_AND_HTTP11 = field in class:Protocol
H A DConnection.java195 platform.setNpnProtocols(sslSocket, Protocol.SPDY3_AND_HTTP11);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DExternalSpdyExample.java35 .setProtocols(Protocol.SPDY3_AND_HTTP11).open(url);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DConnectionPoolTest.java77 null, HttpAuthenticator.SYSTEM_DEFAULT, null, Protocol.SPDY3_AND_HTTP11);
84 HttpAuthenticator.SYSTEM_DEFAULT, null,Protocol.SPDY3_AND_HTTP11);

Completed in 129 milliseconds