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

Method receivedEndOfStream

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

Source from the content-addressed store, hash-verified

835 void endRequestBodyFrame(int streamId, int dataLength) throws Http2Exception, IOException;
836
837 void receivedEndOfStream(int streamId) throws Http2Exception;
838
839 /**
840 * Notification triggered when the parser swallows some or all of a DATA frame payload without writing it to the

Callers 5

receivedEndOfStreamMethod · 0.65
StreamMethod · 0.65
receivedEndOfStreamMethod · 0.65
readDataFrameMethod · 0.65
setRequestBodyMethod · 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