Interface HttpClient4BuilderCustomizer


public interface HttpClient4BuilderCustomizer
Author:
Ryan Baxter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
    Allows for customization of the HttpClientBuilder before it is created.
  • Method Details

    • customize

      void customize(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
      Allows for customization of the HttpClientBuilder before it is created.
      Parameters:
      httpClientBuilder - the HttpClientBuilder to customize