public class FactorialServerHandler extends io.netty.channel.ChannelInboundMessageHandlerAdapter<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) |
beginMessageReceived, endMessageReceived, inboundBufferUpdated, newInboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelRegistered, channelUnregistered, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
BigInteger msg)
throws Exception
messageReceived in class io.netty.channel.ChannelInboundMessageHandlerAdapter<BigInteger>Exceptionpublic void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelInactive in interface io.netty.channel.ChannelStateHandlerchannelInactive in class io.netty.channel.ChannelStateHandlerAdapterExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.