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

Method increaseOverheadCount

java/org/apache/coyote/http2/Http2Parser.java:891–891  ·  view source on GitHub ↗
(FrameType frameType)

Source from the content-addressed store, hash-verified

889 void onSwallowedUnknownFrame(int streamId, int frameTypeId, int flags, int size) throws IOException;
890
891 void increaseOverheadCount(FrameType frameType);
892 }
893}

Callers 2

readPriorityFrameMethod · 0.65
sendStreamResetMethod · 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