Uses of Interface
org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder
Packages that use UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder
-
Uses of UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilderModifier and TypeMethodDescriptionUndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.accessLogReceiver(io.undertow.server.handlers.accesslog.AccessLogReceiver accessLogReceiver) Which Undertow AccessLogReceiver should be used Will use JBossLoggingAccessLogReceiver if not specified.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.accessLogReceiver(String accessLogReceiver) Which Undertow AccessLogReceiver should be used Will use JBossLoggingAccessLogReceiver if not specified.UndertowEndpointBuilderFactory.UndertowEndpointBuilder.advanced()UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.undertowHttpBinding(String undertowHttpBinding) To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding) To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow.