public class WebSocketFrameHandler extends SimpleChannelInboundHandler<WebSocketFrame>
ChannelHandler.Sharable| 构造器和说明 |
|---|
WebSocketFrameHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
channelRead0(ChannelHandlerContext ctx,
WebSocketFrame frame)
Please keep in mind that this method will be renamed to
messageReceived(ChannelHandlerContext, I) in 5.0. |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded, handlerRemovedprotected void channelRead0(ChannelHandlerContext ctx, WebSocketFrame frame) throws java.lang.Exception
SimpleChannelInboundHandlermessageReceived(ChannelHandlerContext, I) in 5.0.
Is called for each message of type I.channelRead0 在类中 SimpleChannelInboundHandler<WebSocketFrame>ctx - the ChannelHandlerContext which this SimpleChannelInboundHandler
belongs toframe - the message to handlejava.lang.Exception - is thrown if an error occurred