Interface HttpOutputMessage
- All Superinterfaces:
HttpMessage
- All Known Subinterfaces:
ClientHttpRequest,ServerHttpResponse,StreamingHttpOutputMessage
- All Known Implementing Classes:
AbstractClientHttpRequest,DelegatingServerHttpResponse,MockClientHttpRequest,MockHttpOutputMessage,ServletServerHttpResponse
-
Method Summary
Methods inherited from interface org.springframework.http.HttpMessage
getHeaders
-
Method Details
-
getBody
Return the body of the message as an output stream.- Returns:
- the output stream body (never
null) - Throws:
IOException- in case of I/O errors
-