HomeSort by relevance Sort by last modified time
    Searched full:http2 (Results 1 - 25 of 52) sorted by null

1 2 3

  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3-sources.jar 
netty-codec-http2-4.1.0.CR3.jar 
BUILD 5 jars = ["netty-codec-http2-4.1.0.CR3.jar"],
netty-codec-http2-4.1.0.CR3.pom 26 <artifactId>netty-codec-http2</artifactId>
29 <name>Netty/Codec/HTTP2</name>
  /external/curl/tests/data/
test1800 5 http2
30 http2
36 http://%HOSTIP:%HTTPPORT/1800 --http2
49 Connection: Upgrade, HTTP2-Settings
51 HTTP2-Settings: AAMAAABkAAQAAP__
test1801 5 http2
40 http2
46 http://%HOSTIP:%HTTPPORT/1801 --http2
59 Connection: Upgrade, HTTP2-Settings
61 HTTP2-Settings: AAMAAABkAAQAAP__
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2Test.java 31 import static com.squareup.okhttp.internal.framed.Http2.FLAG_COMPRESSED;
32 import static com.squareup.okhttp.internal.framed.Http2.FLAG_END_HEADERS;
33 import static com.squareup.okhttp.internal.framed.Http2.FLAG_END_STREAM;
34 import static com.squareup.okhttp.internal.framed.Http2.FLAG_NONE;
35 import static com.squareup.okhttp.internal.framed.Http2.FLAG_PADDED;
36 import static com.squareup.okhttp.internal.framed.Http2.FLAG_PRIORITY;
44 final FrameReader fr = new Http2.Reader(frame, 4096, false);
50 frame.writeByte(Http2.FLAG_NONE);
62 frame.writeByte(Http2.TYPE_HEADERS);
88 frame.writeByte(Http2.TYPE_HEADERS)
    [all...]
Http2FrameLoggerTest.java 23 import static com.squareup.okhttp.internal.framed.Http2.FLAG_ACK;
24 import static com.squareup.okhttp.internal.framed.Http2.FLAG_END_HEADERS;
25 import static com.squareup.okhttp.internal.framed.Http2.FLAG_END_STREAM;
26 import static com.squareup.okhttp.internal.framed.Http2.FLAG_NONE;
27 import static com.squareup.okhttp.internal.framed.Http2.FrameLogger.formatFlags;
28 import static com.squareup.okhttp.internal.framed.Http2.FrameLogger.formatHeader;
29 import static com.squareup.okhttp.internal.framed.Http2.TYPE_CONTINUATION;
30 import static com.squareup.okhttp.internal.framed.Http2.TYPE_DATA;
31 import static com.squareup.okhttp.internal.framed.Http2.TYPE_GOAWAY;
32 import static com.squareup.okhttp.internal.framed.Http2.TYPE_HEADERS
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
grpc-netty-0.13.2.pom 41 <artifactId>netty-codec-http2</artifactId>
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/
maven-metadata.xml 4 <artifactId>netty-codec-http2</artifactId>
  /external/curl/docs/examples/
Makefile.inc 34 imap-tls imap-multi url2file sftpget ftpsget postinmemory http2-download \
35 http2-upload
  /external/curl/docs/libcurl/opts/
CURLOPT_SSL_ENABLE_ALPN.3 33 is built to use supports it), which can be used to negotiate http2.
CURLOPT_SSL_ENABLE_NPN.3 33 is built to use supports it), which can be used to negotiate http2.
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2-sources.jar 
grpc-okhttp-0.13.2.jar 
  /external/curl/docs/
HTTP2.md 5 [http2 explained](http://daniel.haxx.se/http2/)
87 curl offers the `--http2` command line option to enable use of HTTP/2
Makefile.am 41 SSL-PROBLEMS HTTP2.md ROADMAP.md
ROADMAP.md 15 to have the http2 server respond with broken responses to make sure we deal
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
ErrorCode.java 18 // http://tools.ietf.org/html/draft-ietf-httpbis-http2-17#section-7
  /development/tools/axl/
chewie.py 59 "http2": None,
65 "http2": [],
  /external/curl/lib/
Makefile.inc 48 http2.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c curl_endian.c \
67 dotdot.h x509asn1.h http2.h sigpipe.h smb.h curl_endian.h curl_des.h \
http2.c 29 #include "http2.h"
119 * HTTP2 handler interface. This isn't added to the general list of protocols
121 * HTTP to HTTP2.
124 "HTTP2", /* scheme */
144 "HTTP2", /* scheme */
198 failf(conn->data, "Failed sending HTTP2 data");
639 * The HTTP2 settings we send in the Upgrade request
723 * Send a request using http2
732 * Append headers to ask for a HTTP1.1 to HTTP2 upgrade.
765 "Connection: Upgrade, HTTP2-Settings\r\n
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0-sources.jar 
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 28 import com.squareup.okhttp.internal.framed.Http2;
277 Logger logger = Logger.getLogger(Http2.class.getName() + "$FrameLogger");

Completed in 6361 milliseconds

1 2 3