类 HttpServerHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpRequest>
-
- com.github.thierrysquirrel.websocket.netty.server.handler.HttpServerHandler
-
- 所有已实现的接口:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class HttpServerHandler extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpRequest>ClassName: HttpServerHandler Description: date: 2020/8/17 20:47- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
构造器概要
构造器 构造器 说明 HttpServerHandler(int maxFramePayloadLength, int readTimeoutMilli)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidchannelRead0(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http.FullHttpRequest msg)voiduserEventTriggered(io.netty.channel.ChannelHandlerContext ctx, Object evt)-
从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
-
从类继承的方法 io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-