Package com.firebolt.jdbc.client.config
Class OkHttpClientCreator
java.lang.Object
com.firebolt.jdbc.client.config.OkHttpClientCreator
Class to configure the http client using the session settings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic okhttp3.OkHttpClient
createClient
(FireboltProperties properties)
-
Constructor Details
-
OkHttpClientCreator
public OkHttpClientCreator()
-
-
Method Details
-
createClient
public static okhttp3.OkHttpClient createClient(FireboltProperties properties) throws CertificateException, NoSuchAlgorithmException, KeyStoreException, IOException, KeyManagementException
-