public class CachingHttpResponse
extends com.hubspot.horizon.internal.AbstractHttpResponse
| Modifier and Type | Method and Description |
|---|---|
static CachingHttpResponse |
from(com.hubspot.horizon.internal.AbstractHttpResponse response) |
byte[] |
getAsBytes() |
InputStream |
getAsInputStream() |
com.hubspot.horizon.Headers |
getHeaders() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
com.hubspot.horizon.HttpRequest |
getRequest() |
int |
getStatusCode() |
boolean |
isClientError() |
boolean |
isError() |
boolean |
isServerError() |
boolean |
isSuccess() |
public static CachingHttpResponse from(com.hubspot.horizon.internal.AbstractHttpResponse response)
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
getObjectMapper in class com.hubspot.horizon.internal.AbstractHttpResponsepublic boolean isSuccess()
isSuccess in interface com.hubspot.horizon.HttpResponseisSuccess in class com.hubspot.horizon.internal.AbstractHttpResponsepublic boolean isError()
isError in interface com.hubspot.horizon.HttpResponseisError in class com.hubspot.horizon.internal.AbstractHttpResponsepublic boolean isClientError()
isClientError in interface com.hubspot.horizon.HttpResponseisClientError in class com.hubspot.horizon.internal.AbstractHttpResponsepublic boolean isServerError()
isServerError in interface com.hubspot.horizon.HttpResponseisServerError in class com.hubspot.horizon.internal.AbstractHttpResponsepublic byte[] getAsBytes()
getAsBytes in interface com.hubspot.horizon.HttpResponsegetAsBytes in class com.hubspot.horizon.internal.AbstractHttpResponsepublic com.hubspot.horizon.HttpRequest getRequest()
public int getStatusCode()
public com.hubspot.horizon.Headers getHeaders()
public InputStream getAsInputStream()
Copyright © 2020. All rights reserved.