Package | Description |
---|---|
org.apache.camel.component.geocoder | |
org.apache.camel.component.geocoder.http |
Modifier and Type | Method and Description |
---|---|
HttpClientConfigurer |
GeoCoderEndpoint.getHttpClientConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
GeoCoderEndpoint.setHttpClientConfigurer(HttpClientConfigurer httpClientConfigurer)
Register a custom configuration strategy for new
HttpClient instances
created by producers or consumers such as to configure authentication mechanisms etc |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationHttpClientConfigurer |
class |
CompositeHttpConfigurer |
Modifier and Type | Method and Description |
---|---|
static HttpClientConfigurer |
AuthenticationHttpClientConfigurer.basicAutenticationConfigurer(boolean proxy,
String user,
String pwd) |
static HttpClientConfigurer |
AuthenticationHttpClientConfigurer.ntlmAutenticationConfigurer(boolean proxy,
String user,
String pwd,
String domain,
String host) |
Modifier and Type | Method and Description |
---|---|
List<HttpClientConfigurer> |
CompositeHttpConfigurer.getConfigurers() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeHttpConfigurer.addConfigurer(HttpClientConfigurer configurer) |
void |
CompositeHttpConfigurer.removeConfigurer(HttpClientConfigurer configurer) |
Apache Camel