/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/ |
netty-codec-http-4.1.0.CR3.jar | |
netty-codec-http-4.1.0.CR3-sources.jar | |
/external/libmicrohttpd/ |
libmicrospdy.pc.in | 7 Description: A library for creating an embedded SPDY server
|
README | 11 for SPDY (the base for HTTP 2.0) support. libmicrospdy provides a 12 compact API and implementation of SPDY server. libmicrospdy currently 13 only implements partially version 3 of SPDY. 37 SPDY v3, is required. Spdylay is still under development and can be 106 - SPDY RST_STREAM sending on each possible error (DONE?) 110 - SPDY PING (used often by browsers) 111 - receiving SPDY WINDOW_UPDATE 112 - SPDY Settings 113 - SPDY PUSH 114 - SPDY HEADER [all...] |
/external/okhttp/okcurl/ |
README.md | 7 SPDY and HTTP/2) against web servers.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Protocol.java | 28 * the protocol (http/1.1, spdy/3.1, etc.). OkHttp uses the word <i>protocol</i> 50 * HTTP/1.1 semantics are layered on SPDY/3. 52 * <p>This version of OkHttp implements SPDY 3 <a 53 * href="http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">draft 55 * of the SPDY spec. 57 SPDY_3("spdy/3.1"), 92 * "http/1.1", "spdy/3.1" or "h2".
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
Settings.java | 26 * From the SPDY/3 and HTTP/2 specs, the default initial window size for all 39 /** spdy/3: Sender's estimate of max incoming kbps. */ 43 /** spdy/3: Sender's estimate of max outgoing kbps. */ 47 /** spdy/3: Sender's estimate of millis between sending a request and receiving a response. */ 51 /** spdy/3: Current CWND in Packets. */ 55 /** spdy/3: Retransmission rate. Percentage */ 61 /** spdy/3: Size of the client certificate vector. Unsupported. */ 135 /** spdy/3 only. */ 147 /** spdy/3 only. */ 160 /** spdy/3 only. * [all...] |
ErrorCode.java | 20 /** Not an error! For SPDY stream resets, prefer null over NO_ERROR. */ 25 /** A subtype of PROTOCOL_ERROR used by SPDY. */ 28 /** A subtype of PROTOCOL_ERROR used by SPDY. */ 31 /** A subtype of PROTOCOL_ERROR used by SPDY. */ 34 /** A subtype of PROTOCOL_ERROR used by SPDY. */
|
Header.java | 7 // Special header names defined in the SPDY and HTTP/2 specs. 13 public static final ByteString TARGET_HOST = ByteString.encodeUtf8(":host"); // spdy/3 14 public static final ByteString VERSION = ByteString.encodeUtf8(":version"); // spdy/3
|
/external/libmicrohttpd/src/ |
Makefile.am | 31 datadir/spdy-draft.txt
|
/external/libmicrohttpd/src/microspdy/ |
stream.h | 21 * @brief SPDY streams handling 32 * Reads data from session's read buffer and tries to create a new SPDY 39 * @return SPDY_YES if a new SPDY stream request was correctly received 40 * and handled. SPDY_NO if the whole SPDY frame was not yet
|
alstructures.h | 32 * Represents a SPDY request. 37 * SPDY stream in whose context the request was received
|
session.h | 21 * @brief TCP connection/SPDY session handling 55 * SPDY frame to the underlying IO subsystem; 57 * session->max_num_frames SPDY frames 100 * Called to accept new TCP connection and create SPDY session. 115 * @param response_to_queue linked list of objects containing SPDY 117 * @param session SPDY session for which the response is sent 145 * @param session SPDY session 164 * @param session SPDY session 181 * @param session SPDY session 215 * @param session SPDY sessio [all...] |
applicationlayer.h | 21 * @brief SPDY application or HTTP layer
|
stream.c | 21 * @brief SPDY streams handling 76 //this value is used with SPDY PUSH, thus nothing to do with it here 86 //get slot (see SPDY draft)
|
structures.h | 35 * All possible SPDY control frame types. The number is used in the header 67 * configuration data be persisted by the client across SPDY 100 * flow control in SPDY. Flow control in SPDY is per hop, that is, 101 * only between the two endpoints of a SPDY connection. If there are 110 * additional client certificates to the server. A SPDY client may 112 * the same SPDY session if it decides that that server handles both 138 * Wait for new SPDY frame to come. 143 * The standard 8 byte header of the SPDY frame was received and 241 * SPDY version requested [all...] |
/external/libmicrohttpd/src/examples/ |
mhd2spdy.c | 20 * @brief The main file of the HTTP-to-SPDY proxy with the 'main' function 26 * - on closing spdy session, close sockets for all requests 59 printf("SPDY bytes sent: %lld\n", glob_stat.spdy_bytes_sent); 60 printf("SPDY bytes received: %lld\n", glob_stat.spdy_bytes_received); 61 printf("SPDY bytes received and dropped: %lld\n", glob_stat.spdy_bytes_received_and_dropped); 220 PRINT_INFO2("spdy streams: %i; http requests: %i", glob_opt.streams_opened, glob_opt.responses_pending); 237 " that SPDY server or proxy. Set the address\n" 239 " for SPDY over TLS, or 'http' for plain SPDY\n" 243 " the proxy will first try to establsh SPDY\n [all...] |
spdy_response_with_callback.c | 102 if(strcmp(path,"/spdy-draft.txt")==0) 104 FILE *fd = fopen(DATA_DIR "spdy-draft.txt","r"); 132 "<body><a href=\"/spdy-draft.txt\">/spdy-draft.txt</a><br></body></html>");
|
/external/libmicrohttpd/src/include/ |
microspdy.h | 26 * SPDY daemon library. The application can start multiple daemons
29 * The header file defines various constants used by the SPDY and the HTTP protocol.
33 * HTTP headers and if their values conform to the SPDY protocol,
34 * it only checks if the required headers for the SPDY requests and
53 * The SPDY flow control is just partially implemented: the receiving
108 * SPDY version supported by the lib.
114 * SPDY frames (value length) is 8192. The lib will accept and
184 * HTTP headers are used in SPDY, but all of them MUST be lowercase.
185 * Some are not valid in SPDY and MUST not be used
196 /* Connection header is forbidden in SPDY */
[all...] |
/external/okhttp/ |
README.md | 4 An HTTP & SPDY client for Android and Java applications. For more information see [the website][1] and [the wiki][2]. 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 code can be shared.
|
CHANGELOG.md | 48 * Fix: Don't crash with an `IllegalStateException` if an HTTP/2 or SPDY 238 * Fix: Don't crash in SPDY and HTTP/2 when disconnecting before connecting. 342 * Fix: Don't crash on concurrent modification of `SPDY` SPDY settings. 356 * Fix: Fixed bugs in handling the SPDY window size. This was stalling certain 371 * Fix: Don't skip client stream 1 on SPDY/3.1. This fixes SPDY connectivity to 372 `https://google.com`, which doesn't follow the SPDY/3.1 spec! 374 `https://facebook.com` when SPDY and HTTP/2 are both disabled. Otherwise an 482 * Ensure SPDY variants support zero-length DELETE and POST [all...] |
README.android | 3 Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
|
/external/libmicrohttpd/src/datadir/ |
spdy-draft.txt | 11 SPDY Protocol 12 draft-mbelshe-httpbis-spdy-00 16 This document describes SPDY, a protocol designed for low-latency 17 transport of content over the World Wide Web. SPDY introduces two 58 Internet-Draft SPDY Feb 2012 72 2. SPDY Framing Layer . . . . . . . . . . . . . . . . . . . . . . 6 100 3. HTTP Layering over SPDY . . . . . . . . . . . . . . . . . . . 33 115 Internet-Draft SPDY Feb 2012 130 5.2. HTTP Headers and SPDY Headers . . . . . . . . . . . . . . 43 136 7. Incompatibilities with SPDY draft #2 . . . . . . . . . . . . . 4 [all...] |
/external/libmicrohttpd/src/testspdy/ |
test_daemon_start_stop.c | 21 * @brief starts and stops a SPDY daemon
|
test_daemon_start_stop_many.c | 21 * @brief starts and stops several SPDY daemons, reusing port numbers
|