Uses of Class
io.quarkiverse.cxf.vertx.http.client.HttpClientPool.ClientSpec
Packages that use HttpClientPool.ClientSpec
-
Uses of HttpClientPool.ClientSpec in io.quarkiverse.cxf.vertx.http.client
Methods in io.quarkiverse.cxf.vertx.http.client with parameters of type HttpClientPool.ClientSpecModifier and TypeMethodDescriptionio.vertx.core.http.HttpClientHttpClientPool.getClient(HttpClientPool.ClientSpec spec) If this method returns a client that is concurrently being removed byHttpClientPool.onCertificateUpdate(CertificateUpdatedEvent)then the client may still work for one request, but will be re-created on the subsequent request.