public class FactorialServerHandler extends io.netty.channel.SimpleChannelInboundHandler<BigInteger>
| Constructor and Description |
|---|
FactorialServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
BigInteger msg) |
acceptInboundMessage, channelReadpublic void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
BigInteger msg)
messageReceived in class io.netty.channel.SimpleChannelInboundHandler<BigInteger>public void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelInactive in interface io.netty.channel.ChannelHandlerchannelInactive in class io.netty.channel.ChannelHandlerAdapterExceptionCopyright © 2008–2015 The Netty Project. All rights reserved.