(TesterAjpMessage headers)
| 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 |
no test coverage detected