@API(status=STABLE) public interface ForwardingHttpResponse extends ForwardingHttpMessage, HttpResponse
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
delegate() |
default String |
getReasonPhrase() |
default int |
getStatus() |
default HttpResponse |
withBody() |
default HttpResponse |
withoutBody() |
getBody, getBodyAsString, getCharset, getContentType, getHeaders, getOrigin, getProtocolVersionHttpResponse delegate()
delegate in interface ForwardingHttpMessagedefault int getStatus()
getStatus in interface HttpResponsedefault HttpResponse withBody() throws IOException
withBody in interface HttpResponseIOExceptiondefault HttpResponse withoutBody()
withoutBody in interface HttpResponsedefault String getReasonPhrase()
getReasonPhrase in interface HttpResponseCopyright © 2015–2021 Zalando SE. All rights reserved.