HomeSort by relevance Sort by last modified time
    Searched refs:isSpdy (Results 1 - 2 of 2) sorted by null

  /external/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 164 if (connection.isSpdy()) total++;
173 if (!connection.isSpdy()) total++;
190 if (!connection.isSpdy()) {
204 if (foundConnection != null && foundConnection.isSpdy()) {
219 if (connection.isSpdy()) {
251 if (!connection.isSpdy()) {
Connection.java 205 if (isSpdy()) {
267 public boolean isSpdy() {

Completed in 187 milliseconds