类 ServerBaseInitializer
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
cn.godmao.netty.server.base.ServerBaseInitializer
- 所有已实现的接口:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class ServerBaseInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
嵌套类概要
从接口继承的嵌套类/接口 io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
字段概要
字段修饰符和类型字段说明static final io.netty.util.concurrent.EventExecutorGroupstatic final io.netty.util.concurrent.EventExecutorGroupstatic final io.netty.util.concurrent.EventExecutorGroupstatic final ServerBaseDecoderHandlerstatic final ServerBaseEncoderHandler -
构造器概要
构造器 -
方法概要
从类继承的方法 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
-
字段详细资料
-
serverBaseDecoderHandler
-
serverBaseEncoderHandler
-
eventExecutorGroup_unpacker
public static final io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup_unpacker -
eventExecutorGroup_decode
public static final io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup_decode -
eventExecutorGroup_encode
public static final io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup_encode
-
-
构造器详细资料
-
ServerBaseInitializer
-
-
方法详细资料
-
initChannel
protected void initChannel(io.netty.channel.Channel ch) - 指定者:
initChannel在类中io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-