|
Spring for Android | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StreamingHttpOutputMessage
Represents a HTTP output message that allows for setting a streaming body.
| Nested Class Summary | |
|---|---|
static interface |
StreamingHttpOutputMessage.Body
Defines the contract for bodies that can be written directly to a OutputStream. |
| Method Summary | |
|---|---|
void |
setBody(StreamingHttpOutputMessage.Body body)
Sets the streaming body for this message. |
| Methods inherited from interface org.springframework.http.HttpOutputMessage |
|---|
getBody |
| Methods inherited from interface org.springframework.http.HttpMessage |
|---|
getHeaders |
| Method Detail |
|---|
void setBody(StreamingHttpOutputMessage.Body body)
body - the streaming body
|
Spring for Android | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||