Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getHpackDecoder
Method
getHpackDecoder
java/org/apache/coyote/http2/Http2Parser.java:830–830 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
828
interface
Output {
829
830
HpackDecoder getHpackDecoder();
831
832
// Data frames
833
ByteBuffer startRequestBodyFrame(
int
streamId,
int
dataLength, boolean endOfStream) throws Http2Exception;
Callers
3
validateHeaders
Method · 0.65
receivedStartOfHeaders
Method · 0.65
Http2Parser
Method · 0.65
Implementers
2
TestOutput
test/org/apache/coyote/http2/Http2Test
Http2UpgradeHandler
java/org/apache/coyote/http2/Http2Upgr
Calls
no outgoing calls
Tested by
no test coverage detected