public class CustomTextFrameHandler
extends io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.handler.codec.http.websocketx.TextWebSocketFrame>
| Constructor and Description |
|---|
CustomTextFrameHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.websocketx.TextWebSocketFrame frame) |
acceptInboundMessage, beginMessageReceived, endMessageReceived, freeInboundBuffer, inboundBufferUpdated, newInboundBufferchannelActive, channelInactive, channelReadSuspended, channelRegistered, channelUnregisteredafterAdd, afterRemove, beforeAdd, beforeRemove, exceptionCaught, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.websocketx.TextWebSocketFrame frame)
throws Exception
messageReceived in class io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.handler.codec.http.websocketx.TextWebSocketFrame>ExceptionCopyright © 2008-2013 The Netty Project. All Rights Reserved.