public interface BodyRequest extends Request
| Modifier and Type | Method and Description |
|---|---|
net.eusashead.parquet.entity.Entity |
body()
Get the
Entity
body if it has been set |
BodyRequest |
entityHandler(org.vertx.java.core.Handler<net.eusashead.parquet.entity.Entity> handler)
Returns the request entity as
an
Entity when the
body has been fully parsed. |
acceptableCharsets, acceptableContentType, acceptableLanguages, acceptableMediaType, cookies, error, get, get, getAllCookies, getAllHeaders, getCookie, getHeader, getHeader, headers, logger, put, response, responseBuilderBodyRequest entityHandler(org.vertx.java.core.Handler<net.eusashead.parquet.entity.Entity> handler)
Entity when the
body has been fully parsed.
See HttpServerRequest
bodyHandler() method.handler - to process returned EntityBodyRequestnet.eusashead.parquet.entity.Entity body()
Entity
body if it has been setEntity or null