Package io.dropwizard.client
Class DropwizardSSLConnectionSocketFactory
java.lang.Object
io.dropwizard.client.DropwizardSSLConnectionSocketFactory
-
Constructor Summary
ConstructorsConstructorDescriptionDropwizardSSLConnectionSocketFactory(TlsConfiguration configuration) DropwizardSSLConnectionSocketFactory(TlsConfiguration configuration, @Nullable HostnameVerifier verifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Constructor Details
-
DropwizardSSLConnectionSocketFactory
-
DropwizardSSLConnectionSocketFactory
public DropwizardSSLConnectionSocketFactory(TlsConfiguration configuration, @Nullable HostnameVerifier verifier)
-
-
Method Details
-
getSocketFactory
public org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory getSocketFactory() throws org.apache.hc.core5.ssl.SSLInitializationException- Throws:
org.apache.hc.core5.ssl.SSLInitializationException
-