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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Http20Draft09.java 47 static final byte TYPE_PING = 0x6;
136 case TYPE_PING:
252 if (length != 8) throw ioException("TYPE_PING length != 8: %s", length);
253 if (streamId != 0) throw ioException("TYPE_PING streamId != 0");
431 byte type = TYPE_PING;
Spdy3.java 47 static final int TYPE_PING = 0x6;
168 case TYPE_PING:
249 if (length != 4) throw ioException("TYPE_PING length: %d != 4", length);
452 int type = TYPE_PING;

Completed in 195 milliseconds