Java org.springframework.http.client ClientHttpResponse fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.client ClientHttpResponse fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

org.springframework.http.client.ClientHttpResponse has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidclose()
Close this response, freeing any resources created.
InputStreamgetBody()
Return the body of the message as an input stream.
HttpHeadersgetHeaders()
Return the headers of this message.
intgetRawStatusCode()
Return the HTTP status code (potentially non-standard and not resolvable through the HttpStatus enum) as an integer.
HttpStatusgetStatusCode()
Return the HTTP status code as an HttpStatus enum value.
StringgetStatusText()
Return the HTTP status text of the response.