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

  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java 43 import static com.squareup.okhttp.internal.spdy.SpdyConnection.TYPE_SYN_STREAM;
85 assertEquals(TYPE_SYN_STREAM, synStream.type);
123 assertEquals(TYPE_SYN_STREAM, synStream.type);
381 assertEquals(TYPE_SYN_STREAM, synStream.type);
422 assertEquals(TYPE_SYN_STREAM, synStream.type);
467 assertEquals(TYPE_SYN_STREAM, synStream.type);
507 assertEquals(TYPE_SYN_STREAM, synStream.type);
538 assertEquals(TYPE_SYN_STREAM, synStream.type);
566 assertEquals(TYPE_SYN_STREAM, synStream.type);
625 assertEquals(TYPE_SYN_STREAM, synStream.type)
    [all...]
MockSpdyPeer.java 191 this.type = SpdyConnection.TYPE_SYN_STREAM;
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyWriter.java 49 int type = SpdyConnection.TYPE_SYN_STREAM;
SpdyReader.java 111 case SpdyConnection.TYPE_SYN_STREAM:
SpdyConnection.java 62 static final int TYPE_SYN_STREAM = 0x1;

Completed in 295 milliseconds