Package org.apache.camel.component.http
Class CompositeHttpConfigurer
java.lang.Object
org.apache.camel.component.http.CompositeHttpConfigurer
- All Implemented Interfaces:
HttpClientConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConfigurer(HttpClientConfigurer configurer) static CompositeHttpConfigurercombineConfigurers(HttpClientConfigurer oldConfigurer, HttpClientConfigurer newConfigurer) voidconfigureHttpClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder clientBuilder) Configure the HttpClient such as setting the authentication or proxying details
-
Constructor Details
-
CompositeHttpConfigurer
public CompositeHttpConfigurer()
-
-
Method Details
-
addConfigurer
-
configureHttpClient
public void configureHttpClient(org.apache.hc.client5.http.impl.classic.HttpClientBuilder clientBuilder) Description copied from interface:HttpClientConfigurerConfigure the HttpClient such as setting the authentication or proxying details- Specified by:
configureHttpClientin interfaceHttpClientConfigurer- Parameters:
clientBuilder- the client
-
combineConfigurers
public static CompositeHttpConfigurer combineConfigurers(HttpClientConfigurer oldConfigurer, HttpClientConfigurer newConfigurer)
-