public abstract class BaseHttpClientResponse extends java.lang.Object implements HttpClientResponse
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTENT_LENGTH |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseHttpClientResponse(com.github.ljtfreitas.restify.http.client.message.response.StatusCode status,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.io.InputStream body,
com.github.ljtfreitas.restify.http.client.message.request.HttpRequestMessage httpRequest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
available() |
com.github.ljtfreitas.restify.http.client.message.response.HttpResponseBody |
body() |
com.github.ljtfreitas.restify.http.client.message.Headers |
headers() |
com.github.ljtfreitas.restify.http.client.message.request.HttpRequestMessage |
request() |
com.github.ljtfreitas.restify.http.client.message.response.StatusCode |
status() |
public static final java.lang.String CONTENT_LENGTH
protected BaseHttpClientResponse(com.github.ljtfreitas.restify.http.client.message.response.StatusCode status,
com.github.ljtfreitas.restify.http.client.message.Headers headers,
java.io.InputStream body,
com.github.ljtfreitas.restify.http.client.message.request.HttpRequestMessage httpRequest)
public com.github.ljtfreitas.restify.http.client.message.request.HttpRequestMessage request()
request in interface com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessagepublic com.github.ljtfreitas.restify.http.client.message.response.StatusCode status()
status in interface com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessagepublic com.github.ljtfreitas.restify.http.client.message.Headers headers()
headers in interface com.github.ljtfreitas.restify.http.client.message.HttpMessagepublic com.github.ljtfreitas.restify.http.client.message.response.HttpResponseBody body()
body in interface com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessagepublic boolean available()
available in interface com.github.ljtfreitas.restify.http.client.message.response.HttpResponseMessageCopyright © 2019. All Rights Reserved.