MCPcopy Create free account
hub / github.com/apache/tomcat / http2Connect

Method http2Connect

test/org/apache/coyote/http2/Http2TestBase.java:139–141  ·  view source on GitHub ↗

Standard setup. Creates HTTP/2 connection via HTTP upgrade and ensures that the first response is correctly received.

()

Source from the content-addressed store, hash-verified

137 * received.
138 */
139 protected void http2Connect() throws Exception {
140 http2Connect(false);
141 }
142
143 protected void http2Connect(boolean tls) throws Exception {
144 enableHttp2(tls);

Calls 6

enableHttp2Method · 0.95
openClientConnectionMethod · 0.95
doHttpUpgradeMethod · 0.95
sendClientPrefaceMethod · 0.95

Tested by

no test coverage detected