Interface HttpInputMessage
- All Superinterfaces:
HttpMessage
- All Known Subinterfaces:
ClientHttpResponse, RestClient.RequestHeadersSpec.ConvertibleClientHttpResponse, ServerHttpRequest
- All Known Implementing Classes:
MappingJacksonInputMessage, MockClientHttpResponse, MockHttpInputMessage, RequestPartServletServerHttpRequest, ServletServerHttpRequest
-
Method Summary
Methods inherited from interface HttpMessage
getHeaders
-
Method Details
-
getBody
Return the body of the message as an input stream.- Returns:
- the input stream body (never
null
) - Throws:
IOException
- in case of I/O errors
-