HomeSort by relevance Sort by last modified time
    Searched full:spdy (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkHttpClient.java 527 * servers that behave incorrectly when SPDY is enabled.
532 * <li><a href="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">spdy/3.1</a>
659 * used the shared SSL context, when OkHttp enables ALPN for its SPDY-related
Headers.java 227 // colon (created by old broken SPDY versions of the response cache).
  /external/libmicrohttpd/src/microspdy/
session.c 21 * @brief TCP connection/SPDY session handling. So far most of the
22 * functions for handling SPDY framing layer are here.
459 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
530 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
588 total_size = sizeof(struct SPDYF_Data_Frame) //SPDY header
602 //put SPDY headers to the writing buffer
616 total_size = sizeof(struct SPDYF_Data_Frame) //SPDY header
723 //put SPDY headers to the writing buffer
752 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY header
797 total_size = sizeof(struct SPDYF_Control_Frame) //SPDY heade
    [all...]
applicationlayer.c 21 * @brief SPDY application or HTTP layer
55 * @param stream the new SPDY stream
daemon.c 92 * @param daemon SPDY daemon
  /external/libmicrohttpd/src/testspdy/
test_notls.c 169 * Check response is content-encoding: gzip. We need this because SPDY
513 * Setting TCP_NODELAY is not mandatory for the SPDY protocol.
551 /* We always use SPDY/3 style header even if the negotiated protocol
552 version is SPDY/2. The library translates the header name as
632 printf("[INFO] SPDY protocol version = %d\n", spdy_proto_version);
  /external/curl/docs/
HTTP2.md 42 for a similar purpose, was made prior to ALPN and is used for SPDY so early
TODO 50 5.4 SPDY
332 5.4 SPDY
334 Chrome and Firefox already support SPDY and lots of web services do. There's
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 38 /** A basic SPDY/HTTP_2 server that serves the contents of a local directory. */
  /external/okhttp/okio/
README.md 68 Okio started as a component of [OkHttp][1], the capable HTTP+SPDY client
  /external/okhttp/
pom.xml 18 <description>An HTTP+SPDY client for Android and Java applications</description>
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/parent/2.5.0/
parent-2.5.0.pom 18 <description>An HTTP+SPDY client for Android and Java applications</description>
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
chrome_browser_backend.py 65 if '--enable-spdy-proxy-auth' in args:
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 297 logger.log(Level.INFO, "ALPN callback dropped: SPDY and HTTP/2 are disabled. "
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkHeaders.java 54 * {@link com.squareup.okhttp.Protocol protocol} ("spdy/3.1", "http/1.1", etc).
  /external/libmicrohttpd/
configure.ac 538 AC_ARG_ENABLE([spdy],
539 AS_HELP_STRING([--enable-spdy],
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedConnection.java 51 * for SPDY. This is motivated by exception transparency: an IOException that
160 // 1 less than SPDY http://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-6.9.2
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 65 /** Test how SPDY interacts with HTTP features. */
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 901 List<Integer> chunkSizes = Collections.emptyList(); // No chunked encoding for SPDY.
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Spdy3ConnectionTest.java 212 assertEquals(0, ping.payload2); // ignored in spdy!
219 peer.sendFrame().ping(true, 1, 5); // payload2 ignored in spdy!
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
replay.py 184 'spdy', 'use_server_delay')),
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/jetty/
pom.xml_saved 560 <module>jetty-spdy</module>
  /external/libmicrohttpd/src/
Makefile.in 363 datadir/spdy-draft.txt
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-project/8.1.14.v20131031/
jetty-project-8.1.14.v20131031.pom 568 <module>jetty-spdy</module>

Completed in 445 milliseconds

1 23 4