Uses of Class
io.vertx.mutiny.ext.web.client.WebClient
Packages that use WebClient
-
Uses of WebClient in io.vertx.mutiny.ext.web.client
Subclasses of WebClient in io.vertx.mutiny.ext.web.clientModifier and TypeClassDescriptionclassAn asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client calledWebClientOAuth2.classAn asynchronous sessions aware HTTP / HTTP/2 client calledWebClientSession.Fields in io.vertx.mutiny.ext.web.client with type parameters of type WebClientModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<WebClient> WebClient.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.client that return WebClientModifier and TypeMethodDescriptionstatic WebClientstatic WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.CachingWebClientOptions options) static WebClientstatic 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 WebClientModifier and TypeMethodDescriptionstatic WebClientstatic WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.CachingWebClientOptions options) static WebClientstatic WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore, io.vertx.ext.web.client.CachingWebClientOptions options) static OAuth2WebClientstatic OAuth2WebClientOAuth2WebClient.create(WebClient webClient, io.vertx.mutiny.ext.auth.oauth2.OAuth2Auth oAuth2Auth, io.vertx.ext.web.client.OAuth2WebClientOptions options) static WebClientSessionstatic WebClientSession