Package io.quarkiverse.cxf
Enum Class HTTPConduitImpl
- All Implemented Interfaces:
HTTPConduitSpec,Serializable,Comparable<HTTPConduitImpl>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
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) static HTTPConduitImplstatic HTTPConduitImplReturns the enum constant of this class with the specified name.static HTTPConduitImpl[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface io.quarkiverse.cxf.HTTPConduitSpec
createTLSClientParameters, resolveDefault, tlsClientParameters
-
Enum Constant Details
-
QuarkusCXFDefault
-
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
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
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 nameNullPointerException- if the argument is null
-
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:
createConduitin interfaceHTTPConduitSpec- Throws:
IOException
-
getConduitDescription
- Specified by:
getConduitDescriptionin interfaceHTTPConduitSpec
-