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

Method setting

java/org/apache/coyote/http2/Http2Parser.java:863–863  ·  view source on GitHub ↗
(Setting setting, long value)

Source from the content-addressed store, hash-verified

861
862 // Settings frames
863 void setting(Setting setting, long value) throws ConnectionException;
864
865 void settingsEnd(boolean ack) throws IOException;
866

Callers 1

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