类 HttpServerInitChannelHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
-
- com.github.thierrysquirrel.websocket.netty.server.handler.HttpServerInitChannelHandler
-
- 所有已实现的接口:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class HttpServerInitChannelHandler extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>ClassName: HttpServerInitChannelHandler Description: date: 2020/8/17 20:47- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
构造器概要
构造器 构造器 说明 HttpServerInitChannelHandler(int httpReaderIdleTime, int httpWriterIdleTime, int httpAllIdleTime, int httpMaxContentLength, int websocketMaxFramePayloadLength, int websocketReadTimeoutMilli)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidinitChannel(io.netty.channel.socket.SocketChannel ch)-
从类继承的方法 io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
-
-