public interface HttpInputMessage extends HttpMessage
Typically implemented by an HTTP request handle on the server side, or an HTTP response handle on the client side.
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | getBody()Return the body of the message as an input stream. | 
getHeadersInputStream getBody() throws IOException
null)IOException - in case of I/O errors