Uses of Interface
io.vertx.ext.web.RequestBody
-
Packages that use RequestBody Package Description io.vertx.ext.web io.vertx.reactivex.ext.web io.vertx.rxjava3.ext.web -
-
Uses of RequestBody in io.vertx.ext.web
Methods in io.vertx.ext.web that return RequestBody Modifier and Type Method Description RequestBody
RoutingContext. body()
-
Uses of RequestBody in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web that return RequestBody Modifier and Type Method Description RequestBody
RequestBody. getDelegate()
Methods in io.vertx.reactivex.ext.web with parameters of type RequestBody Modifier and Type Method Description static RequestBody
RequestBody. newInstance(RequestBody arg)
Constructors in io.vertx.reactivex.ext.web with parameters of type RequestBody Constructor Description RequestBody(RequestBody delegate)
-
Uses of RequestBody in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return RequestBody Modifier and Type Method Description RequestBody
RequestBody. getDelegate()
Methods in io.vertx.rxjava3.ext.web with parameters of type RequestBody Modifier and Type Method Description static RequestBody
RequestBody. newInstance(RequestBody arg)
Constructors in io.vertx.rxjava3.ext.web with parameters of type RequestBody Constructor Description RequestBody(RequestBody delegate)
-