public class PlayerChannelHandler extends ChannelInboundHandlerAdapter
Class PlayerChannelHandler. Provides playerchannelhandler functionality for the Hytale server.
java.lang.Object > ChannelInboundHandlerAdapter > PlayerChannelHandler
Field Summary
packet
final
Packet
packet
Field packet.
Method Detail
channelInactive
public
void
channelInactive
(final ChannelHandlerContext ctx)
Method channelInactive.
- Parameters:
final ChannelHandlerContextctx
channelRead
public
void
channelRead
(final ChannelHandlerContext ctx, final Object msg)
Method channelRead.
- Parameters:
final ChannelHandlerContextctxfinal Objectmsg