Channel
is opened.NettyConsumer
is added and uses this bootstrap factory.Exchange
is processed by the routing engine.ChannelHandlerFactory
instances.ChannelHandler
used for non shareable
encoders and decoders configured on the Camel NettyComponent
.ChannelPipeline
for clients, eg NettyProducer
.NettyServerBootstrapConfiguration
is compatible
with this, as a Netty listener bound on port X shares the same common
NettyServerBootstrapConfiguration
, which must be identical.ClientInitializerFactory
using the given NettyProducer
ServerInitializerFactory
using the given NettyConsumer
ChannelFutureListener
to execute when writing the response is complete.SubnetUtils.SubnetInfo.getAddressCountLong()
insteadSubnetUtils.SubnetInfo
instance that contains subnet-specific statisticsMessage
to use as the message to be set on the current Exchange
when
we have received a reply message.NettyCamelState
from the given channel.NettyServerBootstrapFactory
.NettyServerBootstrapFactory
.true
if the return value of SubnetUtils.SubnetInfo.getAddressCount()
includes the network and broadcast addresses.address
is in the
range of usable endpoint addresses for this subnet.NettyProducer
when sending messages.ServerBootstrap
and all
the needed logic for doing that.EventLoopGroup
which can be used for executor boss events
with multiple Netty NettyServerBootstrapFactory
server bootstrap configurations.EventLoopGroup
which can be used for sharing worker pools
with multiple Netty NettyServerBootstrapFactory
server bootstrap configurations.ChannelHandler
to be used.NettyCamelState
into the map use the given channel as the keyChannel
is closed.NettyConsumer
is removed and no longer using this bootstrap factory.NettyCamelState
stored on the channel,
when no longer neededChannelPipeline
for servers, eg NettyConsumer
.ChannelFutureListener
that performs the disconnect logic when
sending the response is complete.true
if you want the return value of SubnetUtils.SubnetInfo.getAddressCount()
to include the network and broadcast addresses.ChannelHandlerFactory
returning a shareable ChannelHandler
.ObjectPool
that uses a single shared instance.NettyServerBootstrapFactory
which is used by a single consumer (not shared).NettyServerBootstrapFactory
which is used by a single consumer (not shared).Apache Camel