public static interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder extends UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder, UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
accessLogReceiver(Object accessLogReceiver)
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
accessLogReceiver(String accessLogReceiver)
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
basic() |
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
undertowHttpBinding(Object undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
undertowHttpBinding(String undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, handlers, handlersdoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault UndertowEndpointBuilderFactory.UndertowEndpointBuilder basic()
basic in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderbasic in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder accessLogReceiver(Object accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advancedaccessLogReceiver in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderaccessLogReceiver in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder accessLogReceiver(String accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advancedaccessLogReceiver in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderaccessLogReceiver in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderbasicPropertyBinding in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderbasicPropertyBinding in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advancedheaderFilterStrategy in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderheaderFilterStrategy in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advancedheaderFilterStrategy in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderheaderFilterStrategy in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuildersynchronous in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuildersynchronous in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder undertowHttpBinding(Object undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advancedundertowHttpBinding in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderundertowHttpBinding in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder undertowHttpBinding(String undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advancedundertowHttpBinding in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderundertowHttpBinding in interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilderApache Camel