Class ProxyHttpClientConfigurer

java.lang.Object
org.apache.camel.component.http.ProxyHttpClientConfigurer
All Implemented Interfaces:
HttpClientConfigurer

public class ProxyHttpClientConfigurer extends Object implements HttpClientConfigurer
Strategy for configuring the HttpClient with a proxy
  • Constructor Details

  • Method Details

    • configureHttpClient

      public void configureHttpClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder clientBuilder)
      Description copied from interface: HttpClientConfigurer
      Configure the HttpClient such as setting the authentication or proxying details
      Specified by:
      configureHttpClient in interface HttpClientConfigurer
      Parameters:
      clientBuilder - the client