public interface HttpOutputMessage extends HttpMessage
Typically implemented by an HTTP request on the client-side, or a response on the server-side.
| Modifier and Type | Method and Description | 
|---|---|
| OutputStream | getBody()Return the body of the message as an output stream. | 
getHeadersOutputStream getBody() throws IOException
IOException - in case of I/O Errors