org.apache.camel.component.http4
Class CompositeHttpConfigurer

java.lang.Object
  extended by org.apache.camel.component.http4.CompositeHttpConfigurer
All Implemented Interfaces:
HttpClientConfigurer

public class CompositeHttpConfigurer
extends Object
implements HttpClientConfigurer


Constructor Summary
CompositeHttpConfigurer()
           
 
Method Summary
 void addConfigurer(HttpClientConfigurer configurer)
           
static CompositeHttpConfigurer combineConfigurers(HttpClientConfigurer oldConfigurer, HttpClientConfigurer newConfigurer)
           
 void configureHttpClient(org.apache.http.client.HttpClient client)
          Configure the HttpClient such as setting the authentication or proxying details
 void removeConfigurer(HttpClientConfigurer configurer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeHttpConfigurer

public CompositeHttpConfigurer()
Method Detail

addConfigurer

public void addConfigurer(HttpClientConfigurer configurer)

removeConfigurer

public void removeConfigurer(HttpClientConfigurer configurer)

configureHttpClient

public void configureHttpClient(org.apache.http.client.HttpClient client)
Description copied from interface: HttpClientConfigurer
Configure the HttpClient such as setting the authentication or proxying details

Specified by:
configureHttpClient in interface HttpClientConfigurer
Parameters:
client - the client

combineConfigurers

public static CompositeHttpConfigurer combineConfigurers(HttpClientConfigurer oldConfigurer,
                                                         HttpClientConfigurer newConfigurer)


Apache CAMEL