default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder.accessLogReceiver(Object accessLogReceiver) |
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder.accessLogReceiver(String accessLogReceiver) |
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.advanced() |
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder.undertowHttpBinding(Object undertowHttpBinding) |
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder.undertowHttpBinding(String undertowHttpBinding) |
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|