Uses of Class
io.quarkiverse.cxf.CxfClientConfig.HTTPConduitImpl
-
Packages that use CxfClientConfig.HTTPConduitImpl Package Description io.quarkiverse.cxf -
-
Uses of CxfClientConfig.HTTPConduitImpl in io.quarkiverse.cxf
Fields in io.quarkiverse.cxf with type parameters of type CxfClientConfig.HTTPConduitImpl Modifier and Type Field Description Optional<CxfClientConfig.HTTPConduitImpl>CxfClientConfig. httpConduitFactorySelect theHTTPConduitFactoryimplementation for this client.Methods in io.quarkiverse.cxf that return CxfClientConfig.HTTPConduitImpl Modifier and Type Method Description static CxfClientConfig.HTTPConduitImplCxfClientConfig.HTTPConduitImpl. fromOptional(Optional<CxfClientConfig.HTTPConduitImpl> optional, boolean hc5Present, String key, CxfClientConfig.HTTPConduitImpl defaultValue)CxfClientConfig.HTTPConduitImplCXFClientInfo. getHttpConduitImpl()static CxfClientConfig.HTTPConduitImplCxfClientConfig.HTTPConduitImpl. valueOf(String name)Returns the enum constant of this type with the specified name.static CxfClientConfig.HTTPConduitImpl[]CxfClientConfig.HTTPConduitImpl. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkiverse.cxf with parameters of type CxfClientConfig.HTTPConduitImpl Modifier and Type Method Description static CxfClientConfig.HTTPConduitImplCxfClientConfig.HTTPConduitImpl. fromOptional(Optional<CxfClientConfig.HTTPConduitImpl> optional, boolean hc5Present, String key, CxfClientConfig.HTTPConduitImpl defaultValue)Method parameters in io.quarkiverse.cxf with type arguments of type CxfClientConfig.HTTPConduitImpl Modifier and Type Method Description static CxfClientConfig.HTTPConduitImplCxfClientConfig.HTTPConduitImpl. fromOptional(Optional<CxfClientConfig.HTTPConduitImpl> optional, boolean hc5Present, String key, CxfClientConfig.HTTPConduitImpl defaultValue)
-