类 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
- 所有已实现的接口:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
- 封闭类:
- NettyProducers
static final class NettyProducers.MessageTransformingServerInitializerFactory
extends org.apache.camel.component.netty.ServerInitializerFactory
-
嵌套类概要
从接口继承的嵌套类/接口 io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
构造器概要
构造器构造器说明MessageTransformingServerInitializerFactory(org.apache.camel.component.netty.NettyConsumer consumer) -
方法概要
修饰符和类型方法说明org.apache.camel.component.netty.ServerInitializerFactorycreatePipelineFactory(org.apache.camel.component.netty.NettyConsumer consumer) protected voidinitChannel(io.netty.channel.Channel channel) 从类继承的方法 io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered从类继承的方法 io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
构造器详细资料
-
MessageTransformingServerInitializerFactory
public MessageTransformingServerInitializerFactory(org.apache.camel.component.netty.NettyConsumer consumer)
-
-
方法详细资料
-
createPipelineFactory
public org.apache.camel.component.netty.ServerInitializerFactory createPipelineFactory(org.apache.camel.component.netty.NettyConsumer consumer) - 指定者:
createPipelineFactory在类中org.apache.camel.component.netty.ServerInitializerFactory
-
initChannel
- 指定者:
initChannel在类中io.netty.channel.ChannelInitializer<io.netty.channel.Channel>- 抛出:
Exception
-