B
- The body typepublic class FullHttpRequest<B> extends HttpRequestWrapper<B>
Constructor and Description |
---|
FullHttpRequest(HttpRequest<B> delegate,
Argument<B> bodyType) |
Modifier and Type | Method and Description |
---|---|
Optional<B> |
getBody() |
getCookies, getDelegate, getMethod, getParameters, getPath, getRemoteAddress, getServerAddress, getServerName, getUri, isSecure
getAttributes, getBody, getBody, getHeaders
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, DELETE, DELETE, DELETE, GET, GET, getLocale, getUserPrincipal, getUserPrincipal, HEAD, HEAD, OPTIONS, OPTIONS, PATCH, PATCH, POST, POST, PUT, PUT, setAttribute
getAttributes, getBody, getBody, getCharacterEncoding, getContentLength, getContentType, getHeaders
removeAttribute
getAttribute, getAttribute
public FullHttpRequest(HttpRequest<B> delegate, Argument<B> bodyType)
delegate
- The Http RequestbodyType
- The Body Typepublic Optional<B> getBody()
getBody
in interface HttpMessage<B>
getBody
in class HttpMessageWrapper<B>