public class WorldClockServerHandler extends io.netty.channel.SimpleChannelInboundHandler<WorldClockProtocol.Locations>
| Constructor and Description |
|---|
WorldClockServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
messageReceived(io.netty.channel.ChannelHandlerContext ctx,
WorldClockProtocol.Locations locations) |
acceptInboundMessage, channelReadpublic void messageReceived(io.netty.channel.ChannelHandlerContext ctx,
WorldClockProtocol.Locations locations)
messageReceived in class io.netty.channel.SimpleChannelInboundHandler<WorldClockProtocol.Locations>public void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
channelReadComplete in interface io.netty.channel.ChannelHandlerchannelReadComplete in class io.netty.channel.ChannelHandlerAdapterpublic 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.