default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.HttpEndpointBuilder.advanced() |
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.clientBuilder(Object clientBuilder) |
Provide access to the http client request parameters used on new
RequestConfig instances used by producers or consumers of this
endpoint.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.clientBuilder(String clientBuilder) |
Provide access to the http client request parameters used on new
RequestConfig instances used by producers or consumers of this
endpoint.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.clientConnectionManager(Object clientConnectionManager) |
To use a custom HttpClientConnectionManager to manage connections.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.clientConnectionManager(String clientConnectionManager) |
To use a custom HttpClientConnectionManager to manage connections.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.connectionsPerRoute(int connectionsPerRoute) |
The maximum number of connections per route.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.connectionsPerRoute(String connectionsPerRoute) |
The maximum number of connections per route.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.cookieHandler(Object cookieHandler) |
Configure a cookie handler to maintain a HTTP session.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.cookieHandler(String cookieHandler) |
Configure a cookie handler to maintain a HTTP session.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.cookieStore(Object cookieStore) |
To use a custom CookieStore.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.cookieStore(String cookieStore) |
To use a custom CookieStore.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.deleteWithBody(boolean deleteWithBody) |
Whether the HTTP DELETE should include the message body or not.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.deleteWithBody(String deleteWithBody) |
Whether the HTTP DELETE should include the message body or not.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.getWithBody(boolean getWithBody) |
Whether the HTTP GET should include the message body or not.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.getWithBody(String getWithBody) |
Whether the HTTP GET should include the message body or not.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpBinding(Object httpBinding) |
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpBinding(String httpBinding) |
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpClient(Object httpClient) |
Sets a custom HttpClient to be used by the producer.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpClient(String httpClient) |
Sets a custom HttpClient to be used by the producer.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpClientConfigurer(Object httpClientConfigurer) |
Register a custom configuration strategy for new HttpClient instances
created by producers or consumers such as to configure authentication
mechanisms etc.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpClientConfigurer(String httpClientConfigurer) |
Register a custom configuration strategy for new HttpClient instances
created by producers or consumers such as to configure authentication
mechanisms etc.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpClientOptions(String key,
Object value) |
To configure the HttpClient using the key/values from the Map.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpClientOptions(Map values) |
To configure the HttpClient using the key/values from the Map.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpContext(Object httpContext) |
To use a custom HttpContext instance.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.httpContext(String httpContext) |
To use a custom HttpContext instance.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.mapHttpMessageBody(boolean mapHttpMessageBody) |
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.mapHttpMessageBody(String mapHttpMessageBody) |
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.mapHttpMessageFormUrlEncodedBody(boolean mapHttpMessageFormUrlEncodedBody) |
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.mapHttpMessageFormUrlEncodedBody(String mapHttpMessageFormUrlEncodedBody) |
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.mapHttpMessageHeaders(boolean mapHttpMessageHeaders) |
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.mapHttpMessageHeaders(String mapHttpMessageHeaders) |
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.maxTotalConnections(int maxTotalConnections) |
The maximum number of connections.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.maxTotalConnections(String maxTotalConnections) |
The maximum number of connections.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.okStatusCodeRange(String okStatusCodeRange) |
The status codes which are considered a success response.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.useSystemProperties(boolean useSystemProperties) |
To use System Properties as fallback for configuration.
|
default HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder.useSystemProperties(String useSystemProperties) |
To use System Properties as fallback for configuration.
|