public interface ClientHttpResponse extends HttpInputMessage, java.io.Closeable
ClientHttpRequest.execute().
A ClientHttpResponse must be closed, typically in a
finally block.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this response, freeing any resources created.
|
int |
getRawStatusCode()
Return the HTTP status code of the response as integer
|
HttpStatus |
getStatusCode()
Return the HTTP status code of the response.
|
java.lang.String |
getStatusText()
Return the HTTP status text of the response.
|
getBodygetCookies, getHeadersHttpStatus getStatusCode() throws java.io.IOException
java.io.IOException - in case of I/O errorsint getRawStatusCode()
throws java.io.IOException
java.io.IOException - in case of I/O errorsjava.lang.String getStatusText()
throws java.io.IOException
java.io.IOException - in case of I/O errorsvoid close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeable