Enum Class HTTPConduitImpl

java.lang.Object
java.lang.Enum<HTTPConduitImpl>
io.quarkiverse.cxf.HTTPConduitImpl
All Implemented Interfaces:
HTTPConduitSpec, Serializable, Comparable<HTTPConduitImpl>, Constable

public enum HTTPConduitImpl extends Enum<HTTPConduitImpl> implements HTTPConduitSpec
  • Enum Constant Details

    • QuarkusCXFDefault

      @ConfigDocEnumValue("QuarkusCXFDefault") public static final HTTPConduitImpl QuarkusCXFDefault
    • CXFDefault

      @ConfigDocEnumValue("CXFDefault") public static final HTTPConduitImpl CXFDefault
    • VertxHttpClientHTTPConduitFactory

      @ConfigDocEnumValue("VertxHttpClientHTTPConduitFactory") public static final HTTPConduitImpl VertxHttpClientHTTPConduitFactory
    • HttpClientHTTPConduitFactory

      @ConfigDocEnumValue("HttpClientHTTPConduitFactory") public static final HTTPConduitImpl HttpClientHTTPConduitFactory
    • URLConnectionHTTPConduitFactory

      @ConfigDocEnumValue("URLConnectionHTTPConduitFactory") public static final HTTPConduitImpl URLConnectionHTTPConduitFactory
  • Method Details

    • values

      public static HTTPConduitImpl[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static HTTPConduitImpl valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • findDefaultHTTPConduitImpl

      public static HTTPConduitImpl findDefaultHTTPConduitImpl()
    • createConduit

      public 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
      Specified by:
      createConduit in interface HTTPConduitSpec
      Throws:
      IOException
    • getConduitDescription

      public String getConduitDescription()
      Specified by:
      getConduitDescription in interface HTTPConduitSpec