Class HttpClient5Builder
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.HttpClient5Builder
Helper class, combining HttpClientBuilder and PoolingHttpClientConnectionManagerBuilder; also
adding some convenience methods
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.client5.http.impl.classic.CloseableHttpClient
build()
static HttpClient5Builder
create()
void
setSSLSocketFactory
(org.apache.hc.client5.http.ssl.TlsSocketStrategy tlsSocketStrategy)
-
Method Details
-
create
-
build
public org.apache.hc.client5.http.impl.classic.CloseableHttpClient build() -
setSSLSocketFactory
public void setSSLSocketFactory(org.apache.hc.client5.http.ssl.TlsSocketStrategy tlsSocketStrategy)
-