Interface ApacheHttpClientFactory
- All Known Implementing Classes:
DefaultApacheHttpClientFactory
public interface ApacheHttpClientFactory
Factory for creating a new
CloseableHttpClient.- Author:
- Ryan Baxter
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.impl.client.HttpClientBuilderCreates anHttpClientBuilderthat can be used to create a newCloseableHttpClient.
-
Method Details
-
createBuilder
org.apache.http.impl.client.HttpClientBuilder createBuilder()Creates anHttpClientBuilderthat can be used to create a newCloseableHttpClient.- Returns:
- A
HttpClientBuilder.
-