public class CustomTextFrameHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.websocketx.TextWebSocketFrame>
| Constructor and Description | 
|---|
CustomTextFrameHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
            io.netty.handler.codec.http.websocketx.TextWebSocketFrame frame)  | 
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredexceptionCaught, handlerAdded, handlerRemovedprotected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
                io.netty.handler.codec.http.websocketx.TextWebSocketFrame frame)
                     throws Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.websocketx.TextWebSocketFrame>ExceptionCopyright © 2008–2013 The Netty Project. All rights reserved.