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

Method sendMessage

test/org/apache/coyote/ajp/SimpleAjpClient.java:352–354  ·  view source on GitHub ↗
(TesterAjpMessage headers)

Source from the content-addressed store, hash-verified

350 * Sends an TesterAjpMessage to the server and returns the response message.
351 */
352 public TesterAjpMessage sendMessage(TesterAjpMessage headers) throws IOException {
353 return sendMessage(headers, null);
354 }
355
356 public TesterAjpMessage sendMessage(TesterAjpMessage headers, TesterAjpMessage body) throws IOException {
357 // Send the headers

Callers 9

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

Calls 5

readMessageMethod · 0.95
getLenMethod · 0.80
writeMethod · 0.65
getOutputStreamMethod · 0.65
getBufferMethod · 0.65

Tested by

no test coverage detected