B
- The Http body typepublic class HttpResponseWrapper<B> extends HttpMessageWrapper<B> implements HttpResponse<B>
HttpResponse
.Constructor and Description |
---|
HttpResponseWrapper(HttpResponse<B> delegate) |
Modifier and Type | Method and Description |
---|---|
HttpResponse<B> |
getDelegate() |
HttpStatus |
getStatus() |
getAttributes, getBody, getBody, getBody, getHeaders
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accepted, accepted, badRequest, badRequest, body, code, created, created, created, header, noContent, notAllowed, notAllowed, notFound, notFound, notModified, ok, ok, permanentRedirect, reason, redirect, seeOther, serverError, serverError, setAttribute, status, status, status, temporaryRedirect, unauthorized, unprocessableEntity, uri
getAttributes, getBody, getBody, getBody, getCharacterEncoding, getContentLength, getContentType, getHeaders, getLocale
removeAttribute
getAttribute, getAttribute
public HttpResponseWrapper(HttpResponse<B> delegate)
delegate
- The Http Requestpublic HttpStatus getStatus()
getStatus
in interface HttpResponse<B>
public HttpResponse<B> getDelegate()
getDelegate
in class HttpMessageWrapper<B>