default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.async(boolean async) |
Configure the consumer to work in async mode.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.async(String async) |
Configure the consumer to work in async mode.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.AdvancedJettyHttpEndpointBuilder.basic() |
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.continuationTimeout(Long continuationTimeout) |
Allows to set a timeout in millis when using Jetty as consumer
(server).
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.continuationTimeout(String continuationTimeout) |
Allows to set a timeout in millis when using Jetty as consumer
(server).
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.enableCORS(boolean enableCORS) |
If the option is true, Jetty server will setup the CrossOriginFilter
which supports the CORS out of box.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.enableCORS(String enableCORS) |
If the option is true, Jetty server will setup the CrossOriginFilter
which supports the CORS out of box.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.enableJmx(boolean enableJmx) |
If this option is true, Jetty JMX support will be enabled for this
endpoint.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.enableJmx(String enableJmx) |
If this option is true, Jetty JMX support will be enabled for this
endpoint.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.enableMultipartFilter(boolean enableMultipartFilter) |
Whether org.apache.camel.component.jetty.MultiPartFilter is enabled
or not.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.enableMultipartFilter(String enableMultipartFilter) |
Whether org.apache.camel.component.jetty.MultiPartFilter is enabled
or not.
|
static JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.httpMethodRestrict(String httpMethodRestrict) |
Used to only allow consuming if the HttpMethod matches, such as
GET/POST/PUT etc.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpBuilders.jetty(String path) |
Jetty (camel-jetty)
Expose HTTP endpoints using Jetty 9.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpBuilders.jetty(String componentName,
String path) |
Jetty (camel-jetty)
Expose HTTP endpoints using Jetty 9.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.responseBufferSize(Integer responseBufferSize) |
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.responseBufferSize(String responseBufferSize) |
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.sendDateHeader(boolean sendDateHeader) |
If the option is true, jetty server will send the date header to the
client which sends the request.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.sendDateHeader(String sendDateHeader) |
If the option is true, jetty server will send the date header to the
client which sends the request.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.sessionSupport(boolean sessionSupport) |
Specifies whether to enable the session manager on the server side of
Jetty.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.sessionSupport(String sessionSupport) |
Specifies whether to enable the session manager on the server side of
Jetty.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.sslContextParameters(String sslContextParameters) |
To configure security using SSLContextParameters.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) |
To configure security using SSLContextParameters.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.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 JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.useContinuation(Boolean useContinuation) |
Whether or not to use Jetty continuations for the Jetty Server.
|
default JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder |
JettyHttpEndpointBuilderFactory.JettyHttpEndpointBuilder.useContinuation(String useContinuation) |
Whether or not to use Jetty continuations for the Jetty Server.
|