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