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 WebClientMethods in io.vertx.mutiny.ext.web.client that return WebClientModifier and TypeMethodDescriptionstatic WebClientCreate a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.CachingWebClientOptions options) Create a cache aware web client using the providedWebClient.static WebClientCreate a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore, io.vertx.ext.web.client.CachingWebClientConfig options) Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore, io.vertx.ext.web.client.CachingWebClientOptions options) Create a cache aware web client using the providedWebClient.static WebClientCreate a web client using the providedvertxinstance and default options.static WebClientCreate a web client using the providedvertxinstance and default pooling options.static WebClientWebClient.create(Vertx vertx, io.vertx.ext.web.client.WebClientConfig config, io.vertx.core.http.PoolOptions poolOptions) Create a web client using the providedvertxinstance.static WebClientWebClient.create(Vertx vertx, io.vertx.ext.web.client.WebClientConfig config, io.vertx.core.net.ClientSSLOptions sslOptions) Create a web client using the providedvertxinstance, SSL options and default pooling options.static WebClientWebClient.create(Vertx vertx, io.vertx.ext.web.client.WebClientConfig config, io.vertx.core.net.ClientSSLOptions sslOptions, io.vertx.core.http.PoolOptions poolOptions) Create a web client using the providedvertxinstance and SSL options.static WebClientCreate a web client using the providedvertxinstance and default pooling options.static WebClientWebClient.create(Vertx vertx, io.vertx.ext.web.client.WebClientOptions options, io.vertx.core.http.PoolOptions poolOptions) Create a web client using the providedvertxinstance.static WebClientWebClient.newInstance(io.vertx.ext.web.client.WebClient delegate) Creates a new instance of theWebClient.WebClient.updateSSLOptionsAndForget(io.vertx.core.net.ClientSSLOptions options) Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.WebClient.updateSSLOptionsAndForget(io.vertx.core.net.ClientSSLOptions options, boolean force) Update the client with new SSLoptions, the update happens if the options object is valid and different from the existing options object.static WebClientWebClient.wrap(HttpClient httpClient) Wrap anhttpClientwith a web client and default options.static WebClientWebClient.wrap(HttpClient httpClient, io.vertx.ext.web.client.WebClientOptions options) Wrap anhttpClientwith a web client and default options.Methods in io.vertx.mutiny.ext.web.client with parameters of type WebClientModifier and TypeMethodDescriptionstatic WebClientCreate a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.CachingWebClientOptions options) Create a cache aware web client using the providedWebClient.static WebClientCreate a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore, io.vertx.ext.web.client.CachingWebClientConfig options) Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient.create(WebClient webClient, io.vertx.ext.web.client.spi.CacheStore cacheStore, io.vertx.ext.web.client.CachingWebClientOptions options) Create a cache aware web client using the providedWebClient.static OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth) Create a session aware web client using the providedwebClientinstance.static OAuth2WebClientOAuth2WebClient.create(WebClient webClient, OAuth2Auth oAuth2Auth, io.vertx.ext.web.client.OAuth2WebClientOptions options) Create a session aware web client using the providedwebClientinstance.static WebClientSessionCreate a session aware web client using the providedwebClientinstance.static WebClientSessionCreate a session aware web client using the providedwebClientinstance.