Uses of Interface
org.apache.camel.builder.component.dsl.UndertowComponentBuilderFactory.UndertowComponentBuilder
Packages that use UndertowComponentBuilderFactory.UndertowComponentBuilder
-
Uses of UndertowComponentBuilderFactory.UndertowComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return UndertowComponentBuilderFactory.UndertowComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.undertow()Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers. -
Uses of UndertowComponentBuilderFactory.UndertowComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement UndertowComponentBuilderFactory.UndertowComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return UndertowComponentBuilderFactory.UndertowComponentBuilderModifier and TypeMethodDescriptionUndertowComponentBuilderFactory.UndertowComponentBuilder.allowedRoles(String allowedRoles) Configuration used by UndertowSecurityProvider.UndertowComponentBuilderFactory.UndertowComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.UndertowComponentBuilderFactory.UndertowComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.UndertowComponentBuilderFactory.UndertowComponentBuilder.hostOptions(org.apache.camel.component.undertow.UndertowHostOptions hostOptions) To configure common options, such as thread pools.UndertowComponentBuilderFactory.UndertowComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).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.UndertowComponentBuilderFactory.UndertowComponentBuilder.securityConfiguration(Object securityConfiguration) Configuration used by UndertowSecurityProvider.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.UndertowComponentBuilderFactory.UndertowComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.UndertowComponentBuilderFactory.undertow()Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers.UndertowComponentBuilderFactory.UndertowComponentBuilder.undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding) To use a custom HttpBinding to control the mapping between Camel message and HttpClient.UndertowComponentBuilderFactory.UndertowComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.