public interface HttpOutputMessage extends HttpMessage
Typically implemented by an HTTP request handle on the client side, or an HTTP response handle on the server side.
| Modifier and Type | Method and Description | 
|---|---|
| java.io.OutputStream | getBody()Return the body of the message as an output stream. | 
getHeaders