Java org.springframework.http.server ServerHttpResponse fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.server ServerHttpResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.server ServerHttpResponse.

The text is from its open source code.

Method

voidclose()
Close this response, freeing any resources created.
voidflush()
Ensure that the headers and the content of the response are written out.
OutputStreamgetBody()
Return the body of the message as an output stream.
HttpHeadersgetHeaders()
Return the headers of this message.
voidsetStatusCode(HttpStatus status)
Set the HTTP status code of the response.