public abstract class AbstractClientHttpResponse extends java.lang.Object implements ClientHttpResponse
ClientHttpResponse.| Constructor and Description | 
|---|
| AbstractClientHttpResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpStatus | getStatusCode()Return the HTTP status code of the response. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getRawStatusCode, getStatusTextgetBodygetHeaderspublic HttpStatus getStatusCode() throws java.io.IOException
ClientHttpResponsegetStatusCode in interface ClientHttpResponsejava.io.IOException - in case of I/O errorsHttpStatus.valueOf(int)