org.apache.camel.component.http
Interface HttpClientConfigurer

All Known Implementing Classes:
BasicAuthenticationHttpClientConfigurer, CompositeHttpConfigurer, ProxyHttpClientConfigurer

public interface HttpClientConfigurer

A plugable strategy for configuring the HttpClient used by this component

Version:
$Revision: 742534 $

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


Copyright © 2009 Apache Software Foundation. All Rights Reserved.