Class ApacheHttpClientFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpClient buildHttpClient​(Options options, boolean trustAllCertificates, java.util.List<java.lang.String> trustedHosts, boolean useSystemProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApacheHttpClientFactory

        public ApacheHttpClientFactory()
    • Method Detail

      • buildHttpClient

        public HttpClient buildHttpClient​(Options options,
                                          boolean trustAllCertificates,
                                          java.util.List<java.lang.String> trustedHosts,
                                          boolean useSystemProperties)
        Specified by:
        buildHttpClient in interface HttpClientFactory