final class HttpComponentsAsyncClientHttpResponse extends AbstractClientHttpResponse
ClientHttpResponse
implementation that uses
Apache HttpComponents HttpClient to execute requests.
Created via the HttpComponentsAsyncClientHttpRequest
.
AbstractAsyncClientHttpRequest.executeAsync()
Modifier and Type | Field and Description |
---|---|
private HttpHeaders |
headers |
private HttpResponse |
httpResponse |
Constructor and Description |
---|
HttpComponentsAsyncClientHttpResponse(HttpResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this response, freeing any resources created.
|
java.io.InputStream |
getBody()
Return the body of the message as an input stream.
|
HttpHeaders |
getHeaders()
Return the headers of this message.
|
int |
getRawStatusCode()
Return the HTTP status code of the response as integer
|
java.lang.String |
getStatusText()
Return the HTTP status text of the response.
|
getStatusCode
private final HttpResponse httpResponse
private HttpHeaders headers
HttpComponentsAsyncClientHttpResponse(HttpResponse httpResponse)
public int getRawStatusCode() throws java.io.IOException
ClientHttpResponse
java.io.IOException
- in case of I/O errorspublic java.lang.String getStatusText() throws java.io.IOException
ClientHttpResponse
java.io.IOException
- in case of I/O errorspublic HttpHeaders getHeaders()
HttpMessage
null
)public java.io.InputStream getBody() throws java.io.IOException
HttpInputMessage
null
)java.io.IOException
- in case of I/O Errorspublic void close()
ClientHttpResponse