Class NettyProducers.MessageTransformingServerInitializerFactory
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
- org.apache.camel.component.netty.ServerInitializerFactory
-
- org.apache.camel.quarkus.component.netty.NettyProducers.MessageTransformingServerInitializerFactory
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
- Enclosing class:
- NettyProducers
static final class NettyProducers.MessageTransformingServerInitializerFactory extends org.apache.camel.component.netty.ServerInitializerFactory
-
-
Constructor Summary
Constructors Constructor Description MessageTransformingServerInitializerFactory(org.apache.camel.component.netty.NettyConsumer consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.component.netty.ServerInitializerFactorycreatePipelineFactory(org.apache.camel.component.netty.NettyConsumer consumer)protected voidinitChannel(io.netty.channel.Channel channel)-
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
-
-