Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
http2Connect
Method · 0.95
testCVE_2025_53506
Method · 0.80
testAlpnFallbackToHttp11
Method · 0.80
doTestHeaderLimits
Method · 0.80
doTestCookieLimit
Method · 0.80
doTestPostWithTrailerHeaders
Method · 0.80
testConnectionTimeout
Method · 0.80
testEmptyWindow
Method · 0.80
testSchemeInconsistency
Method · 0.80
testTimeout
Method · 0.80
testPathParam
Method · 0.80
testResponseTrailerFields
Method · 0.80
Calls
14
getConnector
Method · 0.95
setProperty
Method · 0.95
getProtocolHandler
Method · 0.95
addUpgradeProtocol
Method · 0.95
initSsl
Method · 0.95
getTomcatInstance
Method · 0.80
setStreamReadTimeout
Method · 0.80
setStreamWriteTimeout
Method · 0.80
setMaxConcurrentStreams
Method · 0.80
toString
Method · 0.65
setHttp11Protocol
Method · 0.65
setReadTimeout
Method · 0.45
Tested by
no test coverage detected