Uses of Class
io.vertx.mutiny.ext.web.client.WebClient
-
Packages that use WebClient Package Description io.vertx.mutiny.ext.web.client -
-
Uses of WebClient in io.vertx.mutiny.ext.web.client
Fields in io.vertx.mutiny.ext.web.client with type parameters of type WebClient Modifier and Type Field Description static io.smallrye.mutiny.vertx.TypeArg<WebClient>WebClient. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.client that return WebClient Modifier and Type Method Description static WebClientWebClient. create(Vertx vertx)static WebClientWebClient. create(Vertx vertx, io.vertx.ext.web.client.WebClientOptions options)static WebClientWebClient. newInstance(io.vertx.ext.web.client.WebClient arg)static WebClientWebClient. wrap(HttpClient httpClient)static WebClientWebClient. wrap(HttpClient httpClient, io.vertx.ext.web.client.WebClientOptions options)
-