default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.allowedRoles(String allowedRoles) |
Configuration used by UndertowSecurityProvider.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
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.securityConfiguration(Object securityConfiguration) |
Configuration used by UndertowSecurityProvider.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
UndertowComponentBuilderFactory.UndertowComponentBuilder.securityProvider(org.apache.camel.component.undertow.spi.UndertowSecurityProvider securityProvider) |
Security provider allows plug in the provider, which will be used to
secure requests.
|
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)
Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket
servers.
|
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.
|