org.apache.camel.component.http
Interface HttpClientConfigurer

All Known Implementing Classes:
BasicAuthenticationHttpClientConfigurer, CompositeHttpConfigurer, NTLMAuthenticationHttpClientConfigurer

public interface HttpClientConfigurer

A pluggable strategy for configuring the HttpClient used by this component

Version:

Method Summary
 void configureHttpClient(org.apache.commons.httpclient.HttpClient client)
          Configure the HttpClient such as setting the authentication or proxying details
 

Method Detail

configureHttpClient

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

Parameters:
client - the client


Apache Camel