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 |
---|---|
OutputStream |
getBody()
Return the body of the message as an output stream.
|
getHeaders
OutputStream getBody() throws IOException
null
)IOException
- in case of I/O errors