类 SparrowServerInboundHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.SimpleChannelInboundHandler<SparrowRequestContext>
-
- com.github.thierrysquirrel.sparrow.server.common.netty.handler.AbstractInboundHandler
-
- com.github.thierrysquirrel.sparrow.server.netty.handler.SparrowServerInboundHandler
-
- 所有已实现的接口:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class SparrowServerInboundHandler extends AbstractInboundHandler
ClassName: SparrowServerInboundHandler Description: date: 2020/12/7 1:36- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
构造器概要
构造器 限定符 构造器 说明 protectedSparrowServerInboundHandler(io.netty.handler.timeout.IdleState idleState)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidchannelRead0(io.netty.channel.ChannelHandlerContext ctx, SparrowRequestContext msg)-
从类继承的方法 com.github.thierrysquirrel.sparrow.server.common.netty.handler.AbstractInboundHandler
userEventTriggered
-
从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
-
从类继承的方法 io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-
-
-
方法详细资料
-
channelRead0
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx, SparrowRequestContext msg)- 指定者:
channelRead0在类中io.netty.channel.SimpleChannelInboundHandler<SparrowRequestContext>
-
-