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

Method Stream

java/org/apache/coyote/http2/Stream.java:114–116  ·  view source on GitHub ↗
(Integer identifier, Http2UpgradeHandler handler)

Source from the content-addressed store, hash-verified

112
113
114 Stream(Integer identifier, Http2UpgradeHandler handler) {
115 this(identifier, handler, null);
116 }
117
118
119 Stream(Integer identifier, Http2UpgradeHandler handler, Request coyoteRequest) {

Callers

nothing calls this directly

Calls 15

prepareRequestMethod · 0.95
setWindowSizeMethod · 0.80
getRemoteSettingsMethod · 0.80
popRequestAndResponseMethod · 0.80
setInputBufferMethod · 0.80
setSendfileMethod · 0.80
setOutputBufferMethod · 0.80
protocolMethod · 0.80
markStartTimeMethod · 0.80
getConnectionIdMethod · 0.65
getProtocolMethod · 0.65
getResponseMethod · 0.65

Tested by

no test coverage detected