public class WebSocketServerHandler
extends io.netty.channel.SimpleChannelInboundHandler<java.lang.Object>
| 构造器和说明 |
|---|
WebSocketServerHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause)
异常 出错
|
public void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
throws java.lang.Exception
channelReadComplete 在接口中 io.netty.channel.ChannelHandlerchannelReadComplete 在类中 io.netty.channel.ChannelHandlerAdapterjava.lang.Exceptionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause)
throws java.lang.Exception
exceptionCaught 在接口中 io.netty.channel.ChannelHandlerexceptionCaught 在类中 io.netty.channel.ChannelHandlerAdapterjava.lang.Exception