public static interface JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
basic() |
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
eagerCheckContentAvailable(boolean eagerCheckContentAvailable)
Whether to eager check whether the HTTP requests has content if the
content-length header is 0 or not present.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
eagerCheckContentAvailable(String eagerCheckContentAvailable)
Whether to eager check whether the HTTP requests has content if the
content-length header is 0 or not present.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
filterInitParameters(Map<String,String> filterInitParameters)
Configuration of the filter init parameters.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
filterInitParameters(String filterInitParameters)
Configuration of the filter init parameters.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
filters(List<Object> filters)
Allows using a custom filters which is putted into a list and can be
find in the Registry.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
filters(String filters)
Allows using a custom filters which is putted into a list and can be
find in the Registry.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
handlers(List<Object> handlers)
Specifies a comma-delimited set of Handler instances to lookup in
your Registry.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
handlers(String handlers)
Specifies a comma-delimited set of Handler instances to lookup in
your Registry.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
httpBinding(Object httpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
httpBinding(String httpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
mapHttpMessageBody(boolean mapHttpMessageBody)
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
mapHttpMessageBody(String mapHttpMessageBody)
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
mapHttpMessageFormUrlEncodedBody(boolean mapHttpMessageFormUrlEncodedBody)
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
mapHttpMessageFormUrlEncodedBody(String mapHttpMessageFormUrlEncodedBody)
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
mapHttpMessageHeaders(boolean mapHttpMessageHeaders)
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
mapHttpMessageHeaders(String mapHttpMessageHeaders)
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
multipartFilter(Object multipartFilter)
Allows using a custom multipart filter.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
multipartFilter(String multipartFilter)
Allows using a custom multipart filter.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
optionsEnabled(boolean optionsEnabled)
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
optionsEnabled(String optionsEnabled)
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
traceEnabled(boolean traceEnabled)
Specifies whether to enable HTTP TRACE for this Servlet consumer.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
traceEnabled(String traceEnabled)
Specifies whether to enable HTTP TRACE for this Servlet consumer.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 basic()
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 httpBinding(Object httpBinding)
org.apache.camel.http.common.HttpBinding type.
Group: common (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 httpBinding(String httpBinding)
org.apache.camel.http.common.HttpBinding type.
Group: common (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 eagerCheckContentAvailable(boolean eagerCheckContentAvailable)
boolean type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 eagerCheckContentAvailable(String eagerCheckContentAvailable)
boolean type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 filterInitParameters(Map<String,String> filterInitParameters)
java.util.Map<java.lang.String,
java.lang.String> type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 filterInitParameters(String filterInitParameters)
java.util.Map<java.lang.String, java.lang.String>
type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 filters(List<Object> filters)
java.util.List<javax.servlet.Filter> type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 filters(String filters)
java.util.List<javax.servlet.Filter> type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 handlers(List<Object> handlers)
java.util.List<org.eclipse.jetty.server.Handler>
type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 handlers(String handlers)
java.util.List<org.eclipse.jetty.server.Handler>
type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 multipartFilter(Object multipartFilter)
javax.servlet.Filter type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 multipartFilter(String multipartFilter)
javax.servlet.Filter
type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 optionsEnabled(boolean optionsEnabled)
boolean type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 optionsEnabled(String optionsEnabled)
boolean type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 traceEnabled(boolean traceEnabled)
boolean type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 traceEnabled(String traceEnabled)
boolean type.
Group: consumer (advanced)default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 basicPropertyBinding(String basicPropertyBinding)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 mapHttpMessageBody(boolean mapHttpMessageBody)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 mapHttpMessageBody(String mapHttpMessageBody)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 mapHttpMessageFormUrlEncodedBody(boolean mapHttpMessageFormUrlEncodedBody)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 mapHttpMessageFormUrlEncodedBody(String mapHttpMessageFormUrlEncodedBody)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 mapHttpMessageHeaders(boolean mapHttpMessageHeaders)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 mapHttpMessageHeaders(String mapHttpMessageHeaders)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 synchronous(boolean synchronous)
boolean type.
Group: advanceddefault JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 synchronous(String synchronous)
boolean type.
Group: advancedApache Camel