Package io.apicurio.registry.utils
Class JAXRSClientUtil
- java.lang.Object
-
- io.apicurio.registry.utils.JAXRSClientUtil
-
public class JAXRSClientUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description JAXRSClientUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.ws.rs.client.ClientgetJAXRSClient(boolean skipSSLValidation)
-
-
-
Method Detail
-
getJAXRSClient
public static javax.ws.rs.client.Client getJAXRSClient(boolean skipSSLValidation) throws KeyManagementException, NoSuchAlgorithmException
-
-