RuneHive-Game
Loading...
Searching...
No Matches
GamePacketDecoder.java File Reference
import com.runehive.net.codec.IsaacCipher;
import com.runehive.net.packet.GamePacket;
import com.runehive.net.packet.PacketListener;
import com.runehive.net.packet.PacketRepository;
import com.runehive.net.packet.PacketType;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ByteToMessageDecoder;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.util.List;
Include dependency graph for GamePacketDecoder.java:

Go to the source code of this file.

Classes

class  com.runehive.net.codec.game.GamePacketDecoder
 The class that reads packets from the client into GamePacket's. More...
enum  com.runehive.net.codec.game.GamePacketDecoder.State
 Represents the current state of this class. More...

Packages

package  com.runehive.net.codec.game