Package org.springframework.http.client
Class AbstractClientHttpResponse
java.lang.Object
org.springframework.http.client.AbstractClientHttpResponse
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- ClientHttpResponse,- HttpInputMessage,- HttpMessage
@Deprecated(since="6.0")
public abstract class AbstractClientHttpResponse
extends Object
implements ClientHttpResponse
Deprecated.
as of 6.0, with no direct replacement; scheduled for removal in 6.2
Abstract base for 
ClientHttpResponse.- Since:
- 3.1.1
- Author:
- Arjen Poutsma
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.http.client.ClientHttpResponseclose, getRawStatusCode, getStatusTextMethods inherited from interface org.springframework.http.HttpInputMessagegetBodyMethods inherited from interface org.springframework.http.HttpMessagegetHeaders
- 
Constructor Details- 
AbstractClientHttpResponsepublic AbstractClientHttpResponse()Deprecated.
 
- 
- 
Method Details- 
getStatusCodeDeprecated.Description copied from interface:ClientHttpResponseGet the HTTP status code as anHttpStatusCode.- Specified by:
- getStatusCodein interface- ClientHttpResponse
- Returns:
- the HTTP status as HttpStatusCodevalue (nevernull)
- Throws:
- IOException- in case of I/O errors
 
 
-