Interface HTTPConduitSpec

All Known Implementing Classes:
HTTPConduitImpl

public interface HTTPConduitSpec
  • Method Details

    • resolveDefault

      default HTTPConduitSpec 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()