PlayerChannelHandler

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

PlayerChannelHandler

public public PlayerChannelHandler (final PacketHandler handler)

Method PlayerChannelHandler.

Parameters:
final PacketHandler handler

getHandler

public PacketHandler getHandler ()

Method getHandler.

channelInactive

public void channelInactive (final ChannelHandlerContext ctx)

Method channelInactive.

Parameters:
final ChannelHandlerContext ctx

channelRead

public void channelRead (final ChannelHandlerContext ctx, final Object msg)

Method channelRead.

Parameters:
final ChannelHandlerContext ctx
final Object msg