Uses of Class
io.quarkiverse.cxf.CxfClientConfig.WellKnownHostnameVerifier
-
Packages that use CxfClientConfig.WellKnownHostnameVerifier Package Description io.quarkiverse.cxf -
-
Uses of CxfClientConfig.WellKnownHostnameVerifier in io.quarkiverse.cxf
Methods in io.quarkiverse.cxf that return CxfClientConfig.WellKnownHostnameVerifier Modifier and Type Method Description static CxfClientConfig.WellKnownHostnameVerifierCxfClientConfig.WellKnownHostnameVerifier. valueOf(String name)Returns the enum constant of this type with the specified name.static CxfClientConfig.WellKnownHostnameVerifier[]CxfClientConfig.WellKnownHostnameVerifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkiverse.cxf that return types with arguments of type CxfClientConfig.WellKnownHostnameVerifier Modifier and Type Method Description static Optional<CxfClientConfig.WellKnownHostnameVerifier>CxfClientConfig.WellKnownHostnameVerifier. of(String name)
-