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
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Constructor Summary
ConstructorsConstructorDescriptionMessageTransformingServerInitializerFactory(org.apache.camel.component.netty.NettyConsumer consumer) -
Method Summary
Modifier and TypeMethodDescriptionorg.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, 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
-
MessageTransformingServerInitializerFactory
public MessageTransformingServerInitializerFactory(org.apache.camel.component.netty.NettyConsumer consumer)
-
-
Method Details
-
createPipelineFactory
public org.apache.camel.component.netty.ServerInitializerFactory createPipelineFactory(org.apache.camel.component.netty.NettyConsumer consumer) - Specified by:
createPipelineFactoryin classorg.apache.camel.component.netty.ServerInitializerFactory
-
initChannel
- Specified by:
initChannelin classio.netty.channel.ChannelInitializer<io.netty.channel.Channel>- Throws:
Exception
-