Interface ApacheHttpClientFactory

All Known Implementing Classes:
DefaultApacheHttpClientFactory

public interface ApacheHttpClientFactory
Factory for creating a new CloseableHttpClient.
Author:
Ryan Baxter
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.http.impl.client.HttpClientBuilder
    Creates an HttpClientBuilder that can be used to create a new CloseableHttpClient.
  • Method Details

    • createBuilder

      org.apache.http.impl.client.HttpClientBuilder createBuilder()
      Creates an HttpClientBuilder that can be used to create a new CloseableHttpClient.
      Returns:
      A HttpClientBuilder.