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 classOAuth2WebClientAn asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client calledWebClientOAuth2.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 WebClientCachingWebClient. create(WebClient webClient)static WebClientCachingWebClient. create(WebClient webClient, io.vertx.ext.web.client.CachingWebClientOptions options)static WebClientCachingWebClient. create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore)static WebClientCachingWebClient. create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore, io.vertx.ext.web.client.CachingWebClientOptions options)static WebClientWebClient. create(io.vertx.mutiny.core.Vertx vertx)static WebClientWebClient. create(io.vertx.mutiny.core.Vertx vertx, io.vertx.ext.web.client.WebClientOptions options)static WebClientWebClient. newInstance(io.vertx.ext.web.client.WebClient arg)static WebClientWebClient. wrap(io.vertx.mutiny.core.http.HttpClient httpClient)static WebClientWebClient. wrap(io.vertx.mutiny.core.http.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 WebClientCachingWebClient. create(WebClient webClient)static WebClientCachingWebClient. create(WebClient webClient, io.vertx.ext.web.client.CachingWebClientOptions options)static WebClientCachingWebClient. create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore)static WebClientCachingWebClient. create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore, io.vertx.ext.web.client.CachingWebClientOptions options)static OAuth2WebClientOAuth2WebClient. create(WebClient webClient, io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth oAuth2Auth)static OAuth2WebClientOAuth2WebClient. create(WebClient webClient, io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth oAuth2Auth, io.vertx.ext.web.client.OAuth2WebClientOptions options)static WebClientSessionWebClientSession. create(WebClient webClient)static WebClientSessionWebClientSession. create(WebClient webClient, io.vertx.ext.web.client.spi.CookieStore cookieStore)
-