Uses of Class
io.quarkiverse.cxf.vertx.http.client.HttpClientPool
Packages that use HttpClientPool
-
Uses of HttpClientPool in io.quarkiverse.cxf
Methods in io.quarkiverse.cxf with parameters of type HttpClientPoolModifier and TypeMethodDescriptionorg.apache.cxf.transport.http.HTTPConduitHTTPConduitImpl.createConduit(CXFClientInfo cxfClientInfo, HttpClientPool httpClientPool, org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) org.apache.cxf.transport.http.HTTPConduitHTTPConduitSpec.createConduit(CXFClientInfo cxfClientInfo, HttpClientPool httpClientPool, org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) Constructors in io.quarkiverse.cxf with parameters of type HttpClientPoolModifierConstructorDescriptionQuarkusHTTPConduitFactory(CxfFixedConfig cxFixedConfig, CXFClientInfo cxfClientInfo, HTTPConduitSpec busHTTPConduitImpl, org.apache.cxf.configuration.security.AuthorizationPolicy authorizationPolicy, io.vertx.core.Vertx vertx, HttpClientPool httpClientPool) -
Uses of HttpClientPool in io.quarkiverse.cxf.vertx.http.client
Constructors in io.quarkiverse.cxf.vertx.http.client with parameters of type HttpClientPoolModifierConstructorDescriptionVertxHttpClientHTTPConduit(CXFClientInfo clientInfo, org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, HttpClientPool httpClientPool)