| org.springframework.http.client.ClientHttpResponse |
Represents a client-side HTTP response. Obtained via an calling of the execute().
A ClientHttpResponse must be closed, typically in a
finally block.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Closes this response, freeing any resources created.
| |||||||||||
Return the HTTP status code of the response.
| |||||||||||
Return the HTTP status text of the response.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.http.HttpInputMessage
| |||||||||||
From interface
org.springframework.http.HttpMessage
| |||||||||||
Closes this response, freeing any resources created.
Return the HTTP status code of the response.
| IOException | in case of I/O errors |
|---|
Return the HTTP status text of the response.
| IOException | in case of I/O errors |
|---|