Uses of Interface
io.vertx.ext.web.client.WebClient
-
Packages that use WebClient Package Description io.vertx.ext.web.client -
-
Uses of WebClient in io.vertx.ext.web.client
Subinterfaces of WebClient in io.vertx.ext.web.client Modifier and Type Interface Description interfaceOAuth2WebClientAn asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client calledWebClientOAuth2.interfaceWebClientSessionAn asynchronous sessions aware HTTP / HTTP/2 client calledWebClientSession.Methods in io.vertx.ext.web.client that return WebClient Modifier and Type Method Description WebClientWebClient. addInterceptor(Handler<io.vertx.ext.web.client.impl.HttpContext<?>> interceptor)Add interceptor in the chain.static WebClientCachingWebClient. create(WebClient webClient)Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient. create(WebClient webClient, CachingWebClientOptions options)Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient. create(WebClient webClient, CacheStore cacheStore)Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient. create(WebClient webClient, CacheStore cacheStore, CachingWebClientOptions options)Create a cache aware web client using the providedWebClient.static WebClientWebClient. create(Vertx vertx)Create a web client using the providedvertxinstance and default options.static WebClientWebClient. create(Vertx vertx, WebClientOptions options)Create a web client using the providedvertxinstance and default pooling options.static WebClientWebClient. create(Vertx vertx, WebClientOptions options, PoolOptions poolOptions)Create a web client using the providedvertxinstance.static WebClientWebClient. wrap(HttpClient httpClient)Wrap anhttpClientwith a web client and default options.static WebClientWebClient. wrap(HttpClient httpClient, WebClientOptions options)Wrap anhttpClientwith a web client and default options.Methods in io.vertx.ext.web.client with parameters of type WebClient Modifier and Type Method Description static WebClientCachingWebClient. create(WebClient webClient)Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient. create(WebClient webClient, CachingWebClientOptions options)Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient. create(WebClient webClient, CacheStore cacheStore)Create a cache aware web client using the providedWebClient.static WebClientCachingWebClient. create(WebClient webClient, CacheStore cacheStore, 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, OAuth2WebClientOptions options)Create a session aware web client using the providedwebClientinstance.static WebClientSessionWebClientSession. create(WebClient webClient)Create a session aware web client using the providedwebClientinstance.static WebClientSessionWebClientSession. create(WebClient webClient, CookieStore cookieStore)Create a session aware web client using the providedwebClientinstance.
-