public class QuoteOfTheMomentServerHandler
extends io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.channel.socket.DatagramPacket>
| Constructor and Description |
|---|
QuoteOfTheMomentServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.socket.DatagramPacket msg) |
beginMessageReceived, endMessageReceived, inboundBufferUpdated, newInboundBufferafterAdd, afterRemove, beforeAdd, beforeRemove, channelActive, channelInactive, channelRegistered, channelUnregistered, userEventTriggeredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.socket.DatagramPacket msg)
throws Exception
messageReceived in class io.netty.channel.ChannelInboundMessageHandlerAdapter<io.netty.channel.socket.DatagramPacket>ExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.