MCPcopy Create free account
hub / github.com/apache/tomcat / cping

Method cping

test/org/apache/coyote/ajp/SimpleAjpClient.java:370–375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368 * Tests the connection to the server and returns the CPONG response.
369 */
370 public TesterAjpMessage cping() throws IOException {
371 // Send the ping message
372 socket.getOutputStream().write(AJP_CPING);
373 // Read the response
374 return readMessage();
375 }
376
377 /*
378 * Reads a message from the server.

Callers 8

testSecretMethod · 0.95
testKeepAliveMethod · 0.95
doTestPostMethod · 0.95
test304WithBodyMethod · 0.95
testLargeResponseMethod · 0.95
testInvalidHeaderMethod · 0.95
testNoHeadersMethod · 0.95

Calls 3

readMessageMethod · 0.95
writeMethod · 0.65
getOutputStreamMethod · 0.65

Tested by

no test coverage detected