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
-
-
Constructor Summary
Constructors Constructor Description MessageTransformingClientInitializerFactory(org.apache.camel.component.netty.NettyProducer producer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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, handlerRemoved
-
-