org.apache.camel.component.http
Class ProxyHttpClientConfigurer
java.lang.Object
org.apache.camel.component.http.ProxyHttpClientConfigurer
- All Implemented Interfaces:
- HttpClientConfigurer
public class ProxyHttpClientConfigurer
- extends Object
- implements HttpClientConfigurer
Strategy for configuring the HttpClient with a proxy
- Version:
Method Summary |
void |
configureHttpClient(org.apache.commons.httpclient.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 |
ProxyHttpClientConfigurer
public ProxyHttpClientConfigurer(String host,
Integer port)
ProxyHttpClientConfigurer
public ProxyHttpClientConfigurer(String host,
Integer port,
String username,
String password,
String domain,
String ntHost)
configureHttpClient
public void configureHttpClient(org.apache.commons.httpclient.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
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.