public static interface JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 |
advanced() |
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
async(boolean async)
Configure the consumer to work in async mode.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
async(String async)
Configure the consumer to work in async mode.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
chunked(boolean chunked)
If this option is false the Servlet will disable the HTTP streaming
and set the content-length header on the response.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
chunked(String chunked)
If this option is false the Servlet will disable the HTTP streaming
and set the content-length header on the response.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
continuationTimeout(Long continuationTimeout)
Allows to set a timeout in millis when using Jetty as consumer
(server).
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
continuationTimeout(String continuationTimeout)
Allows to set a timeout in millis when using Jetty as consumer
(server).
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
disableStreamCache(boolean disableStreamCache)
Determines whether or not the raw input stream from Servlet is cached
or not (Camel will read the stream into a in memory/overflow to file,
Stream caching) cache.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
disableStreamCache(String disableStreamCache)
Determines whether or not the raw input stream from Servlet is cached
or not (Camel will read the stream into a in memory/overflow to file,
Stream caching) cache.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
enableCORS(boolean enableCORS)
If the option is true, Jetty server will setup the CrossOriginFilter
which supports the CORS out of box.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
enableCORS(String enableCORS)
If the option is true, Jetty server will setup the CrossOriginFilter
which supports the CORS out of box.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
enableJmx(boolean enableJmx)
If this option is true, Jetty JMX support will be enabled for this
endpoint.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
enableJmx(String enableJmx)
If this option is true, Jetty JMX support will be enabled for this
endpoint.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
enableMultipartFilter(boolean enableMultipartFilter)
Whether org.apache.camel.component.jetty.MultiPartFilter is enabled
or not.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
enableMultipartFilter(String enableMultipartFilter)
Whether org.apache.camel.component.jetty.MultiPartFilter is enabled
or not.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
httpMethodRestrict(String httpMethodRestrict)
Used to only allow consuming if the HttpMethod matches, such as
GET/POST/PUT etc.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
matchOnUriPrefix(boolean matchOnUriPrefix)
Whether or not the consumer should try to find a target consumer by
matching the URI prefix if no exact match is found.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
matchOnUriPrefix(String matchOnUriPrefix)
Whether or not the consumer should try to find a target consumer by
matching the URI prefix if no exact match is found.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
muteException(boolean muteException)
If enabled and an Exchange failed processing on the consumer side the
response's body won't contain the exception's stack trace.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
muteException(String muteException)
If enabled and an Exchange failed processing on the consumer side the
response's body won't contain the exception's stack trace.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
responseBufferSize(Integer responseBufferSize)
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
responseBufferSize(String responseBufferSize)
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
sendDateHeader(boolean sendDateHeader)
If the option is true, jetty server will send the date header to the
client which sends the request.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
sendDateHeader(String sendDateHeader)
If the option is true, jetty server will send the date header to the
client which sends the request.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
sendServerVersion(boolean sendServerVersion)
If the option is true, jetty will send the server header with the
jetty version information to the client which sends the request.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
sendServerVersion(String sendServerVersion)
If the option is true, jetty will send the server header with the
jetty version information to the client which sends the request.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
sessionSupport(boolean sessionSupport)
Specifies whether to enable the session manager on the server side of
Jetty.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
sessionSupport(String sessionSupport)
Specifies whether to enable the session manager on the server side of
Jetty.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
transferException(boolean transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
transferException(String transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
useContinuation(boolean useContinuation)
Whether or not to use Jetty continuations for the Jetty Server.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
useContinuation(String useContinuation)
Whether or not to use Jetty continuations for the Jetty Server.
|
default JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9 advanced()
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 disableStreamCache(boolean disableStreamCache)
boolean type.
Group: commondefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 disableStreamCache(String disableStreamCache)
boolean type.
Group: commondefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: commondefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: commondefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 async(boolean async)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 async(String async)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 chunked(boolean chunked)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 chunked(String chunked)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 continuationTimeout(Long continuationTimeout)
java.lang.Long type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 continuationTimeout(String continuationTimeout)
java.lang.Long type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 enableCORS(boolean enableCORS)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 enableCORS(String enableCORS)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 enableJmx(boolean enableJmx)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 enableJmx(String enableJmx)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 enableMultipartFilter(boolean enableMultipartFilter)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 enableMultipartFilter(String enableMultipartFilter)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 httpMethodRestrict(String httpMethodRestrict)
java.lang.String type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 matchOnUriPrefix(boolean matchOnUriPrefix)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 matchOnUriPrefix(String matchOnUriPrefix)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 muteException(boolean muteException)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 muteException(String muteException)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 responseBufferSize(Integer responseBufferSize)
java.lang.Integer type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 responseBufferSize(String responseBufferSize)
java.lang.Integer
type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 sendDateHeader(boolean sendDateHeader)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 sendDateHeader(String sendDateHeader)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 sendServerVersion(boolean sendServerVersion)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 sendServerVersion(String sendServerVersion)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 sessionSupport(boolean sessionSupport)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 sessionSupport(String sessionSupport)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 transferException(boolean transferException)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 transferException(String transferException)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 useContinuation(boolean useContinuation)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 useContinuation(String useContinuation)
boolean type.
Group: consumerdefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securityApache Camel