public interface StreamingHttpOutputMessage extends HttpOutputMessage
HttpOutputMessage.getBody()
access.setBody(org.springframework.http.StreamingHttpOutputMessage.Body)
Modifier and Type | Interface and Description |
---|---|
static interface |
StreamingHttpOutputMessage.Body
Defines the contract for bodies that can be written directly to an
OutputStream . |
Modifier and Type | Method and Description |
---|---|
void |
setBody(StreamingHttpOutputMessage.Body body)
Set the streaming body callback for this message.
|
getBody
getHeaders
void setBody(StreamingHttpOutputMessage.Body body)
body
- the streaming body callback