public class HttpSnoopServerHandler extends io.netty.channel.SimpleChannelInboundHandler<Object>
| Constructor and Description |
|---|
HttpSnoopServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
protected void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
acceptInboundMessage, channelReadpublic void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
channelReadComplete in interface io.netty.channel.ChannelHandlerchannelReadComplete in class io.netty.channel.ChannelHandlerAdapterprotected void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
messageReceived in class io.netty.channel.SimpleChannelInboundHandler<Object>public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in class io.netty.channel.ChannelHandlerAdapterCopyright © 2008–2015 The Netty Project. All rights reserved.