org.apache.camel.component.http4
Class BasicAuthenticationHttpClientConfigurer

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

public class BasicAuthenticationHttpClientConfigurer
extends Object
implements HttpClientConfigurer


Constructor Summary
BasicAuthenticationHttpClientConfigurer(String user, String pwd, String domain, String host)
           
 
Method Summary
 void configureHttpClient(org.apache.http.client.HttpClient client)
          Configure the HttpClient such as setting the authentication or proxying details
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthenticationHttpClientConfigurer

public BasicAuthenticationHttpClientConfigurer(String user,
                                               String pwd,
                                               String domain,
                                               String host)
Method Detail

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


Apache CAMEL