Class NettyProducers.MessageTransformingClientInitializerFactory
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
org.apache.camel.component.netty.ClientInitializerFactory
org.apache.camel.quarkus.component.netty.NettyProducers.MessageTransformingClientInitializerFactory
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
- Enclosing class:
- NettyProducers
static final class NettyProducers.MessageTransformingClientInitializerFactory
extends org.apache.camel.component.netty.ClientInitializerFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Constructor Summary
ConstructorsConstructorDescriptionMessageTransformingClientInitializerFactory(org.apache.camel.component.netty.NettyProducer producer) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.netty.ClientInitializerFactorycreatePipelineFactory(org.apache.camel.component.netty.NettyProducer producer) protected voidinitChannel(io.netty.channel.Channel channel) Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Constructor Details
-
MessageTransformingClientInitializerFactory
public MessageTransformingClientInitializerFactory(org.apache.camel.component.netty.NettyProducer producer)
-
-
Method Details
-
createPipelineFactory
public org.apache.camel.component.netty.ClientInitializerFactory createPipelineFactory(org.apache.camel.component.netty.NettyProducer producer) - Specified by:
createPipelineFactoryin classorg.apache.camel.component.netty.ClientInitializerFactory
-
initChannel
- Specified by:
initChannelin classio.netty.channel.ChannelInitializer<io.netty.channel.Channel>- Throws:
Exception
-