MCPcopy Index your code
hub / github.com/apache/tomcat / enableHttp2

Method enableHttp2

test/org/apache/coyote/http2/Http2TestBase.java:624–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

622
623
624 protected void enableHttp2() {
625 enableHttp2(200);
626 }
627
628 protected void enableHttp2(long maxConcurrentStreams) {
629 enableHttp2(maxConcurrentStreams, false);

Callers 15

http2ConnectMethod · 0.95
testCVE_2025_53506Method · 0.80
doTestHeaderLimitsMethod · 0.80
doTestCookieLimitMethod · 0.80
testConnectionTimeoutMethod · 0.80
testEmptyWindowMethod · 0.80
testTimeoutMethod · 0.80
testPathParamMethod · 0.80

Calls 14

getConnectorMethod · 0.95
setPropertyMethod · 0.95
getProtocolHandlerMethod · 0.95
addUpgradeProtocolMethod · 0.95
initSslMethod · 0.95
getTomcatInstanceMethod · 0.80
setStreamReadTimeoutMethod · 0.80
setStreamWriteTimeoutMethod · 0.80
toStringMethod · 0.65
setHttp11ProtocolMethod · 0.65
setReadTimeoutMethod · 0.45

Tested by

no test coverage detected