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

Method settingsEnd

java/org/apache/coyote/http2/Http2Parser.java:865–865  ·  view source on GitHub ↗
(boolean ack)

Source from the content-addressed store, hash-verified

863 void setting(Setting setting, long value) throws ConnectionException;
864
865 void settingsEnd(boolean ack) throws IOException;
866
867 // Ping frames
868 void pingReceive(byte[] payload, boolean ack) throws IOException;

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