Uses of Interface
io.vertx.ext.web.client.CachingWebClient
-
Packages that use CachingWebClient Package Description io.vertx.reactivex.ext.web.client io.vertx.rxjava3.ext.web.client -
-
Uses of CachingWebClient in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return CachingWebClient Modifier and Type Method Description CachingWebClient
CachingWebClient. getDelegate()
Methods in io.vertx.reactivex.ext.web.client with parameters of type CachingWebClient Modifier and Type Method Description static CachingWebClient
CachingWebClient. newInstance(CachingWebClient arg)
Constructors in io.vertx.reactivex.ext.web.client with parameters of type CachingWebClient Constructor Description CachingWebClient(CachingWebClient delegate)
-
Uses of CachingWebClient in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return CachingWebClient Modifier and Type Method Description CachingWebClient
CachingWebClient. getDelegate()
Methods in io.vertx.rxjava3.ext.web.client with parameters of type CachingWebClient Modifier and Type Method Description static CachingWebClient
CachingWebClient. newInstance(CachingWebClient arg)
Constructors in io.vertx.rxjava3.ext.web.client with parameters of type CachingWebClient Constructor Description CachingWebClient(CachingWebClient delegate)
-