| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static UndertowComponentBuilderFactory.UndertowComponentBuilder |
ComponentsBuilderFactory.undertow()
Undertow (camel-undertow)
The undertow component provides HTTP and WebSocket based endpoints for
consuming and producing HTTP/WebSocket requests.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UndertowComponentBuilderFactory.UndertowComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.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 UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.hostOptions(org.apache.camel.component.undertow.UndertowHostOptions hostOptions)
To configure common options, such as thread pools.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.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 UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
static UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.undertow()
Undertow (camel-undertow)
The undertow component provides HTTP and WebSocket based endpoints for
consuming and producing HTTP/WebSocket requests.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
Apache Camel