|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerHttpResponse
Represents a server-side HTTP response.
Method Summary | |
---|---|
void |
close()
Close this response, freeing any resources created. |
void |
setStatusCode(HttpStatus status)
Set the HTTP status code of the response. |
Methods inherited from interface org.springframework.http.HttpOutputMessage |
---|
getBody |
Methods inherited from interface org.springframework.http.HttpMessage |
---|
getHeaders |
Method Detail |
---|
void setStatusCode(HttpStatus status)
status
- the HTTP status as an HttpStatus enum valuevoid close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |