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, setAttribute
getAttributes, getBody, getBody, getHeaders
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, DELETE, DELETE, DELETE, DELETE, GET, GET, HEAD, HEAD, mutate, OPTIONS, OPTIONS, PATCH, PATCH, POST, POST, PUT, PUT
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>