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, boolean secure)
          Creates the HttpClientConfigurer based on the given parameters
 HttpClientConfigurer HttpComponent.getHttpClientConfigurer()
           
 HttpClientConfigurer HttpEndpoint.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 HttpComponent.setHttpClientConfigurer(HttpClientConfigurer httpClientConfigurer)
           
 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
 

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



Apache CAMEL