org.apache.camel.component.http4
Interface HttpClientConfigurer
- All Known Implementing Classes:
- BasicAuthenticationHttpClientConfigurer, CompositeHttpConfigurer, ProxyHttpClientConfigurer
public interface HttpClientConfigurer
A pluggable strategy for configuring the HttpClient used by this component
- Version:
Method Summary |
void |
configureHttpClient(org.apache.http.impl.client.HttpClientBuilder clientBuilder)
Configure the HttpClient such as setting the authentication or proxying details |
configureHttpClient
void configureHttpClient(org.apache.http.impl.client.HttpClientBuilder clientBuilder)
- Configure the HttpClient such as setting the authentication or proxying details
- Parameters:
client
- the client
Apache Camel