Class LazyHttpClientFactory
java.lang.Object
com.github.tomakehurst.wiremock.http.client.LazyHttpClientFactory
- All Implemented Interfaces:
Extension,HttpClientFactory
-
Field Summary
Fields inherited from interface com.github.tomakehurst.wiremock.http.client.HttpClientFactory
DEFAULT_MAX_CONNECTIONS, DEFAULT_TIMEOUT -
Constructor Summary
ConstructorsConstructorDescriptionLazyHttpClientFactory(Supplier<HttpClientFactory> httpClientFactorySupplier) -
Method Summary
Modifier and TypeMethodDescriptionbuildHttpClient(Options options, boolean trustAllCertificates, List<String> trustedHosts, boolean useSystemProperties) getName()
-
Constructor Details
-
LazyHttpClientFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceExtension- Specified by:
getNamein interfaceHttpClientFactory
-
buildHttpClient
public HttpClient buildHttpClient(Options options, boolean trustAllCertificates, List<String> trustedHosts, boolean useSystemProperties) - Specified by:
buildHttpClientin interfaceHttpClientFactory
-