Uses of Interface
org.apache.camel.component.http4.HttpClientConfigurer

Packages that use HttpClientConfigurer
org.apache.camel.component.http4 Defines the HTTP Component 
 

Uses of HttpClientConfigurer in org.apache.camel.component.http4
 

Classes in org.apache.camel.component.http4 that implement HttpClientConfigurer
 class BasicAuthenticationHttpClientConfigurer
           
 class CompositeHttpConfigurer
           
 class ProxyHttpClientConfigurer
          Strategy for configuring the HttpClient with a proxy
 

Fields in org.apache.camel.component.http4 declared as HttpClientConfigurer
protected  HttpClientConfigurer HttpComponent.httpClientConfigurer
           
 

Methods in org.apache.camel.component.http4 that return HttpClientConfigurer
protected  HttpClientConfigurer HttpComponent.createHttpClientConfigurer(Map<String,Object> parameters)
          Creates the HttpClientConfigurer based on the given parameters
 HttpClientConfigurer HttpEndpoint.getHttpClientConfigurer()
           
 HttpClientConfigurer HttpComponent.getHttpClientConfigurer()
           
 

Methods in org.apache.camel.component.http4 with parameters of type HttpClientConfigurer
 void CompositeHttpConfigurer.addConfigurer(HttpClientConfigurer configurer)
           
static CompositeHttpConfigurer CompositeHttpConfigurer.combineConfigurers(HttpClientConfigurer oldConfigurer, HttpClientConfigurer newConfigurer)
           
 void CompositeHttpConfigurer.removeConfigurer(HttpClientConfigurer configurer)
           
 void HttpEndpoint.setHttpClientConfigurer(HttpClientConfigurer httpClientConfigurer)
          Register a custom configuration strategy for new HttpClient instances created by producers or consumers such as to configure authentication mechanisms etc
 void HttpComponent.setHttpClientConfigurer(HttpClientConfigurer httpClientConfigurer)
           
 

Constructors in org.apache.camel.component.http4 with parameters of type HttpClientConfigurer
HttpEndpoint(String endPointURI, HttpComponent component, URI httpURI, org.apache.http.params.HttpParams clientParams, org.apache.http.conn.ClientConnectionManager clientConnectionManager, HttpClientConfigurer clientConfigurer)
           
 



Apache CAMEL