Package io.quarkiverse.cxf
Interface HTTPConduitSpec
- All Known Implementing Classes:
HTTPConduitImpl
public interface HTTPConduitSpec
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.http.HTTPConduitcreateConduit(CXFClientInfo cxfClientInfo, HttpClientPool httpClientPool, org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) default org.apache.cxf.configuration.jsse.TLSClientParameterscreateTLSClientParameters(CXFClientInfo cxfClientInfo) default HTTPConduitSpecdefault Optional<org.apache.cxf.configuration.jsse.TLSClientParameters>tlsClientParameters(CXFClientInfo cxfClientInfo, io.vertx.core.Vertx vertx)
-
Method Details
-
resolveDefault
-
createConduit
org.apache.cxf.transport.http.HTTPConduit createConduit(CXFClientInfo cxfClientInfo, HttpClientPool httpClientPool, org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws IOException - Throws:
IOException
-
tlsClientParameters
default Optional<org.apache.cxf.configuration.jsse.TLSClientParameters> tlsClientParameters(CXFClientInfo cxfClientInfo, io.vertx.core.Vertx vertx) -
createTLSClientParameters
default org.apache.cxf.configuration.jsse.TLSClientParameters createTLSClientParameters(CXFClientInfo cxfClientInfo) -
getConduitDescription
String getConduitDescription()
-