Searched defs:spdy (Results 26 - 27 of 27) sorted by relevance

12

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnectionTest.java16 package com.squareup.okhttp.internal.spdy;
36 import static com.squareup.okhttp.internal.spdy.ErrorCode.CANCEL;
37 import static com.squareup.okhttp.internal.spdy.ErrorCode.INTERNAL_ERROR;
38 import static com.squareup.okhttp.internal.spdy.ErrorCode.INVALID_STREAM;
39 import static com.squareup.okhttp.internal.spdy.ErrorCode.PROTOCOL_ERROR;
40 import static com.squareup.okhttp.internal.spdy.ErrorCode.REFUSED_STREAM;
41 import static com.squareup.okhttp.internal.spdy.ErrorCode.STREAM_IN_USE;
42 import static com.squareup.okhttp.internal.spdy.Settings.DEFAULT_INITIAL_WINDOW_SIZE;
43 import static com.squareup.okhttp.internal.spdy.Settings.PERSIST_VALUE;
44 import static com.squareup.okhttp.internal.spdy
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc28 #include "net/spdy/spdy_session.h"
29 #include "net/spdy/spdy_websocket_test_util.h"
524 void TestConnectBySpdy(SpdyOption spdy, ThrottlingOption throttling);
971 SpdyOption spdy, ThrottlingOption throttling) {
975 // If you enabled spdy, you should specify |spdy| as |SPDY_ON|. Expected
1047 if (spdy == SPDY_ON)
1126 // Execute tests in both spdy-disabled mode and spdy-enabled mode.
970 TestConnectBySpdy( SpdyOption spdy, ThrottlingOption throttling) argument

Completed in 176 milliseconds

12