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

Method sendPing

test/org/apache/coyote/http2/Http2TestBase.java:851–853  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

849
850
851 void sendPing() throws IOException {
852 sendPing(0, false, new byte[8]);
853 }
854
855
856 void sendPing(int streamId, boolean ack, byte[] payload) throws IOException {

Callers

nothing calls this directly

Calls 6

setThreeBytesMethod · 0.95
setOneBytesMethod · 0.95
set31BitsMethod · 0.95
getIdByteMethod · 0.80
writeMethod · 0.65
flushMethod · 0.65

Tested by

no test coverage detected