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