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