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",
            forRemoval=true)
public abstract class AbstractClientHttpResponse
extends Object
implements ClientHttpResponse
Deprecated, for removal: This API element is subject to removal in a future version.
with no direct replacement; for removal in 6.2
Abstract base for 
ClientHttpResponse.- Since:
- 3.1.1
- Author:
- Arjen Poutsma
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the HTTP status code as anHttpStatusCode.Methods 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, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getStatusCodeDeprecated, for removal: This API element is subject to removal in a future version.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
 
 
-