Interface ApacheHttpClientFactory

  • All Known Implementing Classes:
    DefaultApacheHttpClientFactory

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.http.impl.client.HttpClientBuilder createBuilder()
      Creates an HttpClientBuilder that can be used to create a new CloseableHttpClient.
    • Method Detail

      • createBuilder

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