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

Method Http2Parser

java/org/apache/coyote/http2/Http2Parser.java:54–59  ·  view source on GitHub ↗
(String connectionId, Input input, Output output)

Source from the content-addressed store, hash-verified

52 private volatile boolean headersEndStream = false;
53
54 Http2Parser(String connectionId, Input input, Output output) {
55 this.connectionId = connectionId;
56 this.input = input;
57 this.output = output;
58 this.hpackDecoder = output.getHpackDecoder();
59 }
60
61
62 /**

Callers

nothing calls this directly

Calls 1

getHpackDecoderMethod · 0.65

Tested by

no test coverage detected