public class ProxyHttpClientConfigurer extends Object implements HttpClientConfigurer
Constructor and Description |
---|
ProxyHttpClientConfigurer(String host,
Integer port,
String scheme) |
ProxyHttpClientConfigurer(String host,
Integer port,
String scheme,
String username,
String password,
String domain,
String ntHost) |
Modifier and Type | Method and Description |
---|---|
void |
configureHttpClient(org.apache.http.client.HttpClient client)
Configure the HttpClient such as setting the authentication or proxying details
|
public ProxyHttpClientConfigurer(String host, Integer port, String scheme)
public void configureHttpClient(org.apache.http.client.HttpClient client)
HttpClientConfigurer
configureHttpClient
in interface HttpClientConfigurer
client
- the clientApache Camel