Interface ApacheHttpClientFactory
-
- All Known Implementing Classes:
DefaultApacheHttpClientFactory
public interface ApacheHttpClientFactoryFactory for creating a newCloseableHttpClient.- Author:
- Ryan Baxter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.impl.client.HttpClientBuildercreateBuilder()Creates anHttpClientBuilderthat can be used to create a newCloseableHttpClient.
-