Class HttpClient5Builder

java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.HttpClient5Builder

public class HttpClient5Builder extends Object
Helper class, combining HttpClientBuilder and PoolingHttpClientConnectionManagerBuilder; also adding some convenience methods
  • Method Details

    • create

      public static HttpClient5Builder create()
    • build

      public org.apache.hc.client5.http.impl.classic.CloseableHttpClient build()
    • setSSLSocketFactory

      public void setSSLSocketFactory(org.apache.hc.client5.http.ssl.TlsSocketStrategy tlsSocketStrategy)