Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
setThreeBytes
Method · 0.95
setOneBytes
Method · 0.95
set31Bits
Method · 0.95
getIdByte
Method · 0.80
write
Method · 0.65
flush
Method · 0.65
Tested by
no test coverage detected