public class WebSocketSslServerHandler extends io.netty.channel.SimpleChannelInboundHandler<Object>
| Constructor and Description | 
|---|
WebSocketSslServerHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
            Object msg)  | 
void | 
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)  | 
void | 
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
               Throwable cause)  | 
acceptInboundMessage, channelReadchannelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredpublic void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
                Object msg)
                  throws Exception
public void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
                         throws Exception
channelReadComplete in interface io.netty.channel.ChannelInboundHandlerchannelReadComplete in class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2008–2013 The Netty Project. All rights reserved.