Uses of Enum Class
io.quarkiverse.cxf.CxfClientConfig.HTTPConduitImpl
Packages that use CxfClientConfig.HTTPConduitImpl
-
Uses of CxfClientConfig.HTTPConduitImpl in io.quarkiverse.cxf
Methods in io.quarkiverse.cxf that return CxfClientConfig.HTTPConduitImplModifier and TypeMethodDescriptionCXFClientInfo.getHttpConduitImpl()Returns the enum constant of this class with the specified name.static CxfClientConfig.HTTPConduitImpl[]CxfClientConfig.HTTPConduitImpl.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkiverse.cxf that return types with arguments of type CxfClientConfig.HTTPConduitImplModifier and TypeMethodDescriptionCxfClientConfig.httpConduitFactory()Select the `HTTPConduitFactory` implementation for this client.CxfFixedConfig.httpConduitFactory()Select the `HTTPConduitFactory` implementation for all clients except the ones that override this setting via `quarkus.cxf.client.myClient.http-conduit-factory`.