MCPcopy 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

validateHeadersMethod · 0.65
Http2ParserMethod · 0.65

Implementers 2

TestOutputtest/org/apache/coyote/http2/Http2Test
Http2UpgradeHandlerjava/org/apache/coyote/http2/Http2Upgr

Calls

no outgoing calls

Tested by

no test coverage detected