B - The body typepublic class FullHttpRequest<B> extends HttpRequestWrapper<B>
SCHEME_HTTP, SCHEME_HTTPS| Constructor and Description | 
|---|
| FullHttpRequest(HttpRequest<B> delegate,
               Argument<B> bodyType) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<B> | getBody() | 
accept, getCertificate, getCookies, getDelegate, getHttpVersion, getLocale, getMethod, getMethodName, getParameters, getPath, getRemoteAddress, getServerAddress, getServerName, getUri, getUserPrincipal, getUserPrincipal, isSecure, setAttributegetAttributes, getBody, getBody, getHeadersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, DELETE, DELETE, DELETE, GET, GET, HEAD, HEAD, mutate, OPTIONS, OPTIONS, PATCH, PATCH, POST, POST, PUT, PUTgetAttributes, 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>