Class LazyHttpClientFactory

    • 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)  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.github.tomakehurst.wiremock.extension.Extension

        start, stop
    • Constructor Detail

      • LazyHttpClientFactory

        public LazyHttpClientFactory​(java.util.function.Supplier<HttpClientFactory> httpClientFactorySupplier)