Interface HttpClientConfigurer

All Known Implementing Classes:
BasicAuthenticationHttpClientConfigurer, CompositeHttpConfigurer, ProxyHttpClientConfigurer

public interface HttpClientConfigurer
A pluggable strategy for configuring the HttpClient used by this component
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configureHttpClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder clientBuilder)
    Configure the HttpClient such as setting the authentication or proxying details
  • Method Details

    • configureHttpClient

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