Home
last modified time | relevance | path

Searched refs:SPDY (Results 1 – 13 of 13) sorted by relevance

/external/cronet/net/http/
Dhttp_proxy_connect_job_unittest.cc55 enum HttpProxyType { HTTP, HTTPS, SPDY }; enumerator
200 if (GetParam() == SPDY) { in Initialize()
215 if (GetParam() == SPDY) { in Initialize()
280 ::testing::Values(HTTP, HTTPS, SPDY));
302 bool is_secure_proxy = GetParam() == HTTPS || GetParam() == SPDY; in TEST_P()
332 case SPDY: in TEST_P()
358 case SPDY: in TEST_P()
428 case SPDY: in TEST_P()
639 if (GetParam() == SPDY) in TEST_P()
781 if (GetParam() == SPDY) in TEST_P()
[all …]
/external/okhttp/
DREADME.md4 An HTTP & SPDY client for Android and Java applications. For more information see [the website][1] …
28 A library for testing HTTP, HTTPS, HTTP/2.0, and SPDY clients.
30 MockWebServer coupling with OkHttp is essential for proper testing of SPDY and HTTP/2.0 so that cod…
DCHANGELOG.md107 * Fix: Don't use SPDY/3 style header concatenation for HTTP/2 request headers.
178 * Fix: Don't crash with an `IllegalStateException` if an HTTP/2 or SPDY
368 * Fix: Don't crash in SPDY and HTTP/2 when disconnecting before connecting.
472 * Fix: Don't crash on concurrent modification of `SPDY` SPDY settings.
486 * Fix: Fixed bugs in handling the SPDY window size. This was stalling certain
501 * Fix: Don't skip client stream 1 on SPDY/3.1. This fixes SPDY connectivity to
502 `https://google.com`, which doesn't follow the SPDY/3.1 spec!
504 `https://facebook.com` when SPDY and HTTP/2 are both disabled. Otherwise an
612 * Ensure SPDY variants support zero-length DELETE and POST.
619 * Avoid use of SPDY stream ID 1, as that's typically used for UPGRADE.
[all …]
DREADME.android3 Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
/external/openscreen/third_party/quiche/
DREADME.chromium9 This is QUICHE, Google's implementation of QUIC, HTTP/2 and SPDY protocols.
/external/okhttp/okcurl/
DREADME.md7 SPDY and HTTP/2) against web servers.
/external/cronet/net/third_party/quiche/
DREADME.chromium9 This is QUICHE, Google's implementation of QUIC, HTTP/2 and SPDY protocols.
/external/grpc-grpc-java/
DNOTICE.txt18 HTTP & SPDY client for Android and Java applications, which can be obtained
/external/okhttp/okio/
DREADME.md68 Okio started as a component of [OkHttp][1], the capable HTTP+SPDY client
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_protocol.cc266 case WriteSchedulerType::SPDY: in WriteSchedulerTypeToString()
Dspdy_protocol.h198 SPDY, // Uses SPDY priorities described in enumerator
/external/cronet/net/docs/
Dcrash-course-in-net-internals.md86 include (excluding HTTP2 [SPDY]/QUIC):
Dlife-of-a-url-request.md536 ### HTTP/2 (Formerly SPDY)