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, isSecuregetAttributes, getBody, getBody, getHeadersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, DELETE, DELETE, DELETE, GET, GET, getLocale, getUserPrincipal, getUserPrincipal, HEAD, HEAD, OPTIONS, OPTIONS, PATCH, PATCH, POST, POST, PUT, PUT, setAttributegetAttributes, getBody, getBody, getCharacterEncoding, getContentLength, getContentType, getHeadersremoveAttributegetAttribute, getAttributepublic 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>