Package org.apache.camel.component.http
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 TypeMethodDescriptionvoid
configureHttpClient
(org.apache.http.impl.client.HttpClientBuilder clientBuilder) Configure the HttpClient such as setting the authentication or proxying details
-
Method Details
-
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
-