default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.NettyHttpEndpointConsumerBuilder.advanced() |
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.allowSerializedHeaders(boolean allowSerializedHeaders) |
Only used for TCP when transferExchange is true.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.allowSerializedHeaders(String allowSerializedHeaders) |
Only used for TCP when transferExchange is true.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.backlog(int backlog) |
Allows to configure a backlog for netty consumer (server).
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.backlog(String backlog) |
Allows to configure a backlog for netty consumer (server).
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.bossCount(int bossCount) |
When netty works on nio mode, it uses default bossCount parameter
from Netty, which is 1.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.bossCount(String bossCount) |
When netty works on nio mode, it uses default bossCount parameter
from Netty, which is 1.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.channelGroup(Object channelGroup) |
To use a explicit ChannelGroup.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.channelGroup(String channelGroup) |
To use a explicit ChannelGroup.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.chunkedMaxContentLength(int chunkedMaxContentLength) |
Value in bytes the max content length per chunked frame received on
the Netty HTTP server.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.chunkedMaxContentLength(String chunkedMaxContentLength) |
Value in bytes the max content length per chunked frame received on
the Netty HTTP server.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.configuration(Object configuration) |
To use a custom configured NettyHttpConfiguration for configuring
this endpoint.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.configuration(String configuration) |
To use a custom configured NettyHttpConfiguration for configuring
this endpoint.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.httpMethodRestrict(String httpMethodRestrict) |
To disable HTTP methods on the Netty HTTP consumer.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.maxHeaderSize(int maxHeaderSize) |
The maximum length of all headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.maxHeaderSize(String maxHeaderSize) |
The maximum length of all headers.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.nativeTransport(boolean nativeTransport) |
Whether to use native transport instead of NIO.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.nativeTransport(String nativeTransport) |
Whether to use native transport instead of NIO.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.nettyServerBootstrapFactory(Object nettyServerBootstrapFactory) |
To use a custom NettyServerBootstrapFactory.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.nettyServerBootstrapFactory(String nettyServerBootstrapFactory) |
To use a custom NettyServerBootstrapFactory.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.nettySharedHttpServer(Object nettySharedHttpServer) |
To use a shared Netty HTTP server.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.nettySharedHttpServer(String nettySharedHttpServer) |
To use a shared Netty HTTP server.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.options(String key,
Object value) |
Allows to configure additional netty options using option.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.options(Map values) |
Allows to configure additional netty options using option.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.receiveBufferSize(int receiveBufferSize) |
The TCP/UDP buffer sizes to be used during inbound communication.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.receiveBufferSize(String receiveBufferSize) |
The TCP/UDP buffer sizes to be used during inbound communication.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.receiveBufferSizePredictor(int receiveBufferSizePredictor) |
Configures the buffer size predictor.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.receiveBufferSizePredictor(String receiveBufferSizePredictor) |
Configures the buffer size predictor.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.sendBufferSize(int sendBufferSize) |
The TCP/UDP buffer sizes to be used during outbound communication.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.sendBufferSize(String sendBufferSize) |
The TCP/UDP buffer sizes to be used during outbound communication.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.serverExceptionCaughtLogLevel(String serverExceptionCaughtLogLevel) |
If the server (NettyConsumer) catches an exception then its logged
using this logging level.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.serverInitializerFactory(Object serverInitializerFactory) |
To use a custom ServerInitializerFactory.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.serverInitializerFactory(String serverInitializerFactory) |
To use a custom ServerInitializerFactory.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.traceEnabled(boolean traceEnabled) |
Specifies whether to enable HTTP TRACE for this Netty HTTP consumer.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.traceEnabled(String traceEnabled) |
Specifies whether to enable HTTP TRACE for this Netty HTTP consumer.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.transferExchange(boolean transferExchange) |
Only used for TCP.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.transferExchange(String transferExchange) |
Only used for TCP.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.usingExecutorService(boolean usingExecutorService) |
Whether to use ordered thread pool, to ensure events are processed
orderly on the same channel.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.usingExecutorService(String usingExecutorService) |
Whether to use ordered thread pool, to ensure events are processed
orderly on the same channel.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
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 |
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 |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.workerGroup(Object workerGroup) |
To use a explicit EventLoopGroup as the boss thread pool.
|
default NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder |
NettyHttpEndpointBuilderFactory.AdvancedNettyHttpEndpointConsumerBuilder.workerGroup(String workerGroup) |
To use a explicit EventLoopGroup as the boss thread pool.
|