public class HttpProxyConfigurer extends Object implements HttpClientConfigurer
| Constructor and Description |
|---|
HttpProxyConfigurer(Optional<String> proxyHost) |
HttpProxyConfigurer(Optional<String> proxyHost,
Optional<Integer> proxyPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureHttpClient(org.apache.commons.httpclient.HttpClient client)
Configure the HttpClient such as setting the authentication or proxying details
|
public void configureHttpClient(org.apache.commons.httpclient.HttpClient client)
HttpClientConfigurerconfigureHttpClient in interface HttpClientConfigurerclient - the clientApache Camel