| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.async(boolean async)
Configure the consumer to work in async mode.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.async(String async)
Configure the consumer to work in async mode.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.AdvancedJettyHttpEndpointBuilder9.basic() |
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
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 |
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 |
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 |
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 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.continuationTimeout(Long continuationTimeout)
Allows to set a timeout in millis when using Jetty as consumer
(server).
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.continuationTimeout(String continuationTimeout)
Allows to set a timeout in millis when using Jetty as consumer
(server).
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
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 |
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 |
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 |
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 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.enableJmx(boolean enableJmx)
If this option is true, Jetty JMX support will be enabled for this
endpoint.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.enableJmx(String enableJmx)
If this option is true, Jetty JMX support will be enabled for this
endpoint.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.enableMultipartFilter(boolean enableMultipartFilter)
Whether org.apache.camel.component.jetty.MultiPartFilter is enabled
or not.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.enableMultipartFilter(String enableMultipartFilter)
Whether org.apache.camel.component.jetty.MultiPartFilter is enabled
or not.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
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 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.httpMethodRestrict(String httpMethodRestrict)
Used to only allow consuming if the HttpMethod matches, such as
GET/POST/PUT etc.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.jetty(String path)
Jetty (camel-jetty)
To use Jetty as a HTTP server as consumer for Camel routes.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
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 |
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 |
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 |
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 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.responseBufferSize(Integer responseBufferSize)
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.responseBufferSize(String responseBufferSize)
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
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 |
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 |
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 |
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 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.sessionSupport(boolean sessionSupport)
Specifies whether to enable the session manager on the server side of
Jetty.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.sessionSupport(String sessionSupport)
Specifies whether to enable the session manager on the server side of
Jetty.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
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 |
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 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.useContinuation(boolean useContinuation)
Whether or not to use Jetty continuations for the Jetty Server.
|
default JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9 |
JettyHttpEndpointBuilder9Factory.JettyHttpEndpointBuilder9.useContinuation(String useContinuation)
Whether or not to use Jetty continuations for the Jetty Server.
|
Apache Camel