public static interface NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
allowSerializedHeaders(boolean allowSerializedHeaders)
Only used for TCP when transferExchange is true.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
allowSerializedHeaders(String allowSerializedHeaders)
Only used for TCP when transferExchange is true.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
backlog(int backlog)
Allows to configure a backlog for netty consumer (server).
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
backlog(String backlog)
Allows to configure a backlog for netty consumer (server).
|
default NettyHttpEndpointBuilderFactory.NettyHttpEndpointConsumerBuilder |
basic() |
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
bossCount(int bossCount)
When netty works on nio mode, it uses default bossCount parameter
from Netty, which is 1.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
bossCount(String bossCount)
When netty works on nio mode, it uses default bossCount parameter
from Netty, which is 1.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
bossGroup(Object bossGroup)
Set the BossGroup which could be used for handling the new connection
of the server side across the NettyEndpoint.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
bossGroup(String bossGroup)
Set the BossGroup which could be used for handling the new connection
of the server side across the NettyEndpoint.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
channelGroup(Object channelGroup)
To use a explicit ChannelGroup.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
channelGroup(String channelGroup)
To use a explicit ChannelGroup.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
chunkedMaxContentLength(int chunkedMaxContentLength)
Value in bytes the max content length per chunked frame received on
the Netty HTTP server.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
chunkedMaxContentLength(String chunkedMaxContentLength)
Value in bytes the max content length per chunked frame received on
the Netty HTTP server.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
compression(boolean compression)
Allow using gzip/deflate for compression on the Netty HTTP server if
the client supports it from the HTTP headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
compression(String compression)
Allow using gzip/deflate for compression on the Netty HTTP server if
the client supports it from the HTTP headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
configuration(Object configuration)
To use a custom configured NettyHttpConfiguration for configuring
this endpoint.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
configuration(String configuration)
To use a custom configured NettyHttpConfiguration for configuring
this endpoint.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
disableStreamCache(boolean disableStreamCache)
Determines whether or not the raw input stream from Netty
HttpRequest#getContent() or HttpResponset#getContent() is cached or
not (Camel will read the stream into a in light-weight memory based
Stream caching) cache.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
disableStreamCache(String disableStreamCache)
Determines whether or not the raw input stream from Netty
HttpRequest#getContent() or HttpResponset#getContent() is cached or
not (Camel will read the stream into a in light-weight memory based
Stream caching) cache.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
disconnectOnNoReply(boolean disconnectOnNoReply)
If sync is enabled then this option dictates NettyConsumer if it
should disconnect where there is no reply to send back.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
disconnectOnNoReply(String disconnectOnNoReply)
If sync is enabled then this option dictates NettyConsumer if it
should disconnect where there is no reply to send back.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
httpMethodRestrict(String httpMethodRestrict)
To disable HTTP methods on the Netty HTTP consumer.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
logWarnOnBadRequest(boolean logWarnOnBadRequest)
Whether Netty HTTP server should log a WARN if decoding the HTTP
request failed and a HTTP Status 400 (bad request) is returned.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
logWarnOnBadRequest(String logWarnOnBadRequest)
Whether Netty HTTP server should log a WARN if decoding the HTTP
request failed and a HTTP Status 400 (bad request) is returned.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
mapHeaders(boolean mapHeaders)
If this option is enabled, then during binding from Netty to Camel
Message then the headers will be mapped as well (eg added as header
to the Camel Message as well).
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
mapHeaders(String mapHeaders)
If this option is enabled, then during binding from Netty to Camel
Message then the headers will be mapped as well (eg added as header
to the Camel Message as well).
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
maxHeaderSize(int maxHeaderSize)
The maximum length of all headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
maxHeaderSize(String maxHeaderSize)
The maximum length of all headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
nativeTransport(boolean nativeTransport)
Whether to use native transport instead of NIO.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
nativeTransport(String nativeTransport)
Whether to use native transport instead of NIO.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
nettyHttpBinding(Object nettyHttpBinding)
To use a custom
org.apache.camel.component.netty.http.NettyHttpBinding for binding
to/from Netty and Camel Message API.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
nettyHttpBinding(String nettyHttpBinding)
To use a custom
org.apache.camel.component.netty.http.NettyHttpBinding for binding
to/from Netty and Camel Message API.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
nettyServerBootstrapFactory(Object nettyServerBootstrapFactory)
To use a custom NettyServerBootstrapFactory.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
nettyServerBootstrapFactory(String nettyServerBootstrapFactory)
To use a custom NettyServerBootstrapFactory.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
nettySharedHttpServer(Object nettySharedHttpServer)
To use a shared Netty HTTP server.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
nettySharedHttpServer(String nettySharedHttpServer)
To use a shared Netty HTTP server.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
noReplyLogLevel(org.apache.camel.LoggingLevel noReplyLogLevel)
If sync is enabled this option dictates NettyConsumer which logging
level to use when logging a there is no reply to send back.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
noReplyLogLevel(String noReplyLogLevel)
If sync is enabled this option dictates NettyConsumer which logging
level to use when logging a there is no reply to send back.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
options(Map values)
Allows to configure additional netty options using option.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
options(String key,
Object value)
Allows to configure additional netty options using option.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
receiveBufferSize(int receiveBufferSize)
The TCP/UDP buffer sizes to be used during inbound communication.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
receiveBufferSize(String receiveBufferSize)
The TCP/UDP buffer sizes to be used during inbound communication.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
receiveBufferSizePredictor(int receiveBufferSizePredictor)
Configures the buffer size predictor.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
receiveBufferSizePredictor(String receiveBufferSizePredictor)
Configures the buffer size predictor.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
sendBufferSize(int sendBufferSize)
The TCP/UDP buffer sizes to be used during outbound communication.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
sendBufferSize(String sendBufferSize)
The TCP/UDP buffer sizes to be used during outbound communication.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
serverClosedChannelExceptionCaughtLogLevel(org.apache.camel.LoggingLevel serverClosedChannelExceptionCaughtLogLevel)
If the server (NettyConsumer) catches an
java.nio.channels.ClosedChannelException then its logged using this
logging level.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
serverClosedChannelExceptionCaughtLogLevel(String serverClosedChannelExceptionCaughtLogLevel)
If the server (NettyConsumer) catches an
java.nio.channels.ClosedChannelException then its logged using this
logging level.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
serverExceptionCaughtLogLevel(org.apache.camel.LoggingLevel serverExceptionCaughtLogLevel)
If the server (NettyConsumer) catches an exception then its logged
using this logging level.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
serverExceptionCaughtLogLevel(String serverExceptionCaughtLogLevel)
If the server (NettyConsumer) catches an exception then its logged
using this logging level.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
serverInitializerFactory(Object serverInitializerFactory)
To use a custom ServerInitializerFactory.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
serverInitializerFactory(String serverInitializerFactory)
To use a custom ServerInitializerFactory.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
traceEnabled(boolean traceEnabled)
Specifies whether to enable HTTP TRACE for this Netty HTTP consumer.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
traceEnabled(String traceEnabled)
Specifies whether to enable HTTP TRACE for this Netty HTTP consumer.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
transferException(boolean transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
transferException(String transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
transferExchange(boolean transferExchange)
Only used for TCP.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
transferExchange(String transferExchange)
Only used for TCP.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
urlDecodeHeaders(boolean urlDecodeHeaders)
If this option is enabled, then during binding from Netty to Camel
Message then the header values will be URL decoded (eg %20 will be a
space character.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
urlDecodeHeaders(String urlDecodeHeaders)
If this option is enabled, then during binding from Netty to Camel
Message then the header values will be URL decoded (eg %20 will be a
space character.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
usingExecutorService(boolean usingExecutorService)
Whether to use ordered thread pool, to ensure events are processed
orderly on the same channel.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
usingExecutorService(String usingExecutorService)
Whether to use ordered thread pool, to ensure events are processed
orderly on the same channel.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
workerCount(int workerCount)
When netty works on nio mode, it uses default workerCount parameter
from Netty (which is cpu_core_threads x 2).
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
workerCount(String workerCount)
When netty works on nio mode, it uses default workerCount parameter
from Netty (which is cpu_core_threads x 2).
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
workerGroup(Object workerGroup)
To use a explicit EventLoopGroup as the boss thread pool.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
workerGroup(String workerGroup)
To use a explicit EventLoopGroup as the boss thread pool.
|
default NettyHttpEndpointBuilderFactory.NettyHttpEndpointConsumerBuilder basic()
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder backlog(int backlog)
backlog - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder backlog(String backlog)
backlog - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder bossCount(int bossCount)
bossCount - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder bossCount(String bossCount)
bossCount - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder bossGroup(Object bossGroup)
bossGroup - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder bossGroup(String bossGroup)
bossGroup - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder chunkedMaxContentLength(int chunkedMaxContentLength)
chunkedMaxContentLength - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder chunkedMaxContentLength(String chunkedMaxContentLength)
chunkedMaxContentLength - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder compression(boolean compression)
compression - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder compression(String compression)
compression - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder disconnectOnNoReply(boolean disconnectOnNoReply)
disconnectOnNoReply - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder disconnectOnNoReply(String disconnectOnNoReply)
disconnectOnNoReply - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder httpMethodRestrict(String httpMethodRestrict)
httpMethodRestrict - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder logWarnOnBadRequest(boolean logWarnOnBadRequest)
logWarnOnBadRequest - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder logWarnOnBadRequest(String logWarnOnBadRequest)
logWarnOnBadRequest - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder mapHeaders(boolean mapHeaders)
mapHeaders - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder mapHeaders(String mapHeaders)
mapHeaders - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder maxHeaderSize(int maxHeaderSize)
maxHeaderSize - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder maxHeaderSize(String maxHeaderSize)
maxHeaderSize - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder nettyServerBootstrapFactory(Object nettyServerBootstrapFactory)
nettyServerBootstrapFactory - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder nettyServerBootstrapFactory(String nettyServerBootstrapFactory)
nettyServerBootstrapFactory - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder nettySharedHttpServer(Object nettySharedHttpServer)
nettySharedHttpServer - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder nettySharedHttpServer(String nettySharedHttpServer)
nettySharedHttpServer - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder noReplyLogLevel(org.apache.camel.LoggingLevel noReplyLogLevel)
noReplyLogLevel - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder noReplyLogLevel(String noReplyLogLevel)
noReplyLogLevel - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder serverClosedChannelExceptionCaughtLogLevel(org.apache.camel.LoggingLevel serverClosedChannelExceptionCaughtLogLevel)
serverClosedChannelExceptionCaughtLogLevel - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder serverClosedChannelExceptionCaughtLogLevel(String serverClosedChannelExceptionCaughtLogLevel)
serverClosedChannelExceptionCaughtLogLevel - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder serverExceptionCaughtLogLevel(org.apache.camel.LoggingLevel serverExceptionCaughtLogLevel)
serverExceptionCaughtLogLevel - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder serverExceptionCaughtLogLevel(String serverExceptionCaughtLogLevel)
serverExceptionCaughtLogLevel - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder serverInitializerFactory(Object serverInitializerFactory)
serverInitializerFactory - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder serverInitializerFactory(String serverInitializerFactory)
serverInitializerFactory - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder traceEnabled(boolean traceEnabled)
traceEnabled - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder traceEnabled(String traceEnabled)
traceEnabled - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder urlDecodeHeaders(boolean urlDecodeHeaders)
urlDecodeHeaders - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder urlDecodeHeaders(String urlDecodeHeaders)
urlDecodeHeaders - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder usingExecutorService(boolean usingExecutorService)
usingExecutorService - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder usingExecutorService(String usingExecutorService)
usingExecutorService - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder allowSerializedHeaders(boolean allowSerializedHeaders)
allowSerializedHeaders - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder allowSerializedHeaders(String allowSerializedHeaders)
allowSerializedHeaders - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder channelGroup(Object channelGroup)
channelGroup - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder channelGroup(String channelGroup)
channelGroup - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder configuration(Object configuration)
configuration - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder configuration(String configuration)
configuration - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder disableStreamCache(boolean disableStreamCache)
disableStreamCache - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder disableStreamCache(String disableStreamCache)
disableStreamCache - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder nativeTransport(boolean nativeTransport)
nativeTransport - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder nativeTransport(String nativeTransport)
nativeTransport - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder nettyHttpBinding(Object nettyHttpBinding)
nettyHttpBinding - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder nettyHttpBinding(String nettyHttpBinding)
nettyHttpBinding - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder options(String key, Object value)
key - the option keyvalue - the option valuedefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder options(Map values)
values - the valuesdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder receiveBufferSize(int receiveBufferSize)
receiveBufferSize - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder receiveBufferSize(String receiveBufferSize)
receiveBufferSize - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder receiveBufferSizePredictor(int receiveBufferSizePredictor)
receiveBufferSizePredictor - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder receiveBufferSizePredictor(String receiveBufferSizePredictor)
receiveBufferSizePredictor - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder sendBufferSize(int sendBufferSize)
sendBufferSize - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder sendBufferSize(String sendBufferSize)
sendBufferSize - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder transferException(boolean transferException)
transferException - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder transferException(String transferException)
transferException - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder transferExchange(boolean transferExchange)
transferExchange - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder transferExchange(String transferExchange)
transferExchange - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder workerCount(int workerCount)
workerCount - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder workerCount(String workerCount)
workerCount - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder workerGroup(Object workerGroup)
workerGroup - the value to setdefault NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder workerGroup(String workerGroup)
workerGroup - the value to setApache Camel