Interface HttpClientConfigurer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void configureHttpClient​(org.apache.http.impl.client.HttpClientBuilder clientBuilder)
      Configure the HttpClient such as setting the authentication or proxying details
    • Method Detail

      • configureHttpClient

        void configureHttpClient​(org.apache.http.impl.client.HttpClientBuilder clientBuilder)
        Configure the HttpClient such as setting the authentication or proxying details
        Parameters:
        clientBuilder - the client