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
Subclasses of WebClient in io.vertx.mutiny.ext.web.client Modifier and Type Class Description classWebClientSessionAn asynchronous sessions aware HTTP / HTTP/2 client calledWebClientSession.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)Methods in io.vertx.mutiny.ext.web.client with parameters of type WebClient Modifier and Type Method Description static WebClientSessionWebClientSession. create(WebClient webClient)
-