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

Method headersEnd

java/org/apache/coyote/http2/Http2Parser.java:857–857  ·  view source on GitHub ↗
(int streamId, boolean endOfStream)

Source from the content-addressed store, hash-verified

855 void headersContinue(int payloadSize, boolean endOfHeaders);
856
857 void headersEnd(int streamId, boolean endOfStream) throws Http2Exception;
858
859 // Reset frames
860 void reset(int streamId, long errorCode) throws Http2Exception;

Callers 1

onHeadersCompleteMethod · 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