|
spring-web | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.http.client.AbstractClientHttpResponse
public abstract class AbstractClientHttpResponse
Abstract base for ClientHttpResponse
.
Constructor Summary | |
---|---|
AbstractClientHttpResponse()
|
Method Summary | |
---|---|
HttpStatus |
getStatusCode()
Return the HTTP status code of the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.http.client.ClientHttpResponse |
---|
close, getRawStatusCode, getStatusText |
Methods inherited from interface org.springframework.http.HttpInputMessage |
---|
getBody |
Methods inherited from interface org.springframework.http.HttpMessage |
---|
getHeaders |
Constructor Detail |
---|
public AbstractClientHttpResponse()
Method Detail |
---|
public HttpStatus getStatusCode() throws java.io.IOException
ClientHttpResponse
getStatusCode
in interface ClientHttpResponse
java.io.IOException
- in case of I/O errors
|
spring-web | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |