public static interface UndertowEndpointBuilderFactory.UndertowEndpointBuilder extends UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder, UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
advanced() |
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
useStreaming(boolean useStreaming)
For HTTP endpoint: if true , text and binary messages will be wrapped
as java.io.InputStream before they are passed to an Exchange ;
otherwise they will be passed as byte.
|
default UndertowEndpointBuilderFactory.UndertowEndpointBuilder |
useStreaming(String useStreaming)
For HTTP endpoint: if true , text and binary messages will be wrapped
as java.io.InputStream before they are passed to an Exchange ;
otherwise they will be passed as byte.
|
accessLog, accessLog, bridgeErrorHandler, bridgeErrorHandler, fireWebSocketChannelEvents, fireWebSocketChannelEvents, httpMethodRestrict, matchOnUriPrefix, matchOnUriPrefix, muteException, muteException, optionsEnabled, optionsEnableddoSetProperty, getUricookieHandler, cookieHandler, keepAlive, keepAlive, lazyStartProducer, lazyStartProducer, options, options, preserveHostHeader, preserveHostHeader, reuseAddresses, reuseAddresses, sendTimeout, sendTimeout, sendToAll, sendToAll, tcpNoDelay, tcpNoDelay, throwExceptionOnFailure, throwExceptionOnFailure, transferException, transferExceptiondefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder advanced()
advanced in interface UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilderadvanced in interface UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.UndertowEndpointBuilder useStreaming(boolean useStreaming)
boolean type.
Default: false
Group: commonuseStreaming in interface UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilderuseStreaming in interface UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.UndertowEndpointBuilder useStreaming(String useStreaming)
boolean type.
Default: false
Group: commonuseStreaming in interface UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilderuseStreaming in interface UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.UndertowEndpointBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitysslContextParameters in interface UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuildersslContextParameters in interface UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilderdefault UndertowEndpointBuilderFactory.UndertowEndpointBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitysslContextParameters in interface UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuildersslContextParameters in interface UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilderApache Camel