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.client.HttpClient client)
          Configure the HttpClient such as setting the authentication or proxying details
 

Method Detail

configureHttpClient

void configureHttpClient(org.apache.http.client.HttpClient client)
Configure the HttpClient such as setting the authentication or proxying details

Parameters:
client - the client


Apache CAMEL