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

Method reset

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

Source from the content-addressed store, hash-verified

858
859 // Reset frames
860 void reset(int streamId, long errorCode) throws Http2Exception;
861
862 // Settings frames
863 void setting(Setting setting, long value) throws ConnectionException;

Callers 10

serviceMethod · 0.65
setBytesReceivedMethod · 0.65
setBytesSentMethod · 0.65
setMsgsReceivedMethod · 0.65
setMsgsSentMethod · 0.65
readRstFrameMethod · 0.65
AjpProcessorClass · 0.65
receiveMethod · 0.65
prepareResponseMethod · 0.65
writeDataMethod · 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