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

Method goaway

java/org/apache/coyote/http2/Http2Parser.java:871–871  ·  view source on GitHub ↗
(int lastStreamId, long errorCode, String debugData)

Source from the content-addressed store, hash-verified

869
870 // Goaway
871 void goaway(int lastStreamId, long errorCode, String debugData);
872
873 // Window size
874 void incrementWindowSize(int streamId, int increment) throws Http2Exception;

Callers 1

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