default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.advanced() |
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.eagerCheckContentAvailable(boolean eagerCheckContentAvailable) |
Whether to eager check whether the HTTP requests has content if the
content-length header is 0 or not present.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.eagerCheckContentAvailable(String eagerCheckContentAvailable) |
Whether to eager check whether the HTTP requests has content if the
content-length header is 0 or not present.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.filterInitParameters(String key,
Object value) |
Configuration of the filter init parameters.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.filterInitParameters(Map values) |
Configuration of the filter init parameters.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.filters(String filters) |
Allows using a custom filters which is putted into a list and can be
find in the Registry.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.filters(List<Object> filters) |
Allows using a custom filters which is putted into a list and can be
find in the Registry.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.handlers(String handlers) |
Specifies a comma-delimited set of Handler instances to lookup in
your Registry.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.handlers(List<Object> handlers) |
Specifies a comma-delimited set of Handler instances to lookup in
your Registry.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.httpBinding(Object httpBinding) |
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.httpBinding(String httpBinding) |
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.mapHttpMessageBody(boolean mapHttpMessageBody) |
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.mapHttpMessageBody(String mapHttpMessageBody) |
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.mapHttpMessageFormUrlEncodedBody(boolean mapHttpMessageFormUrlEncodedBody) |
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.mapHttpMessageFormUrlEncodedBody(String mapHttpMessageFormUrlEncodedBody) |
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.mapHttpMessageHeaders(boolean mapHttpMessageHeaders) |
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.mapHttpMessageHeaders(String mapHttpMessageHeaders) |
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.multipartFilter(Object multipartFilter) |
Allows using a custom multipart filter.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.multipartFilter(String multipartFilter) |
Allows using a custom multipart filter.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.optionsEnabled(boolean optionsEnabled) |
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.optionsEnabled(String optionsEnabled) |
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.traceEnabled(boolean traceEnabled) |
Specifies whether to enable HTTP TRACE for this Servlet consumer.
|
default JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.traceEnabled(String traceEnabled) |
Specifies whether to enable HTTP TRACE for this Servlet consumer.
|