A concrete implementation of a L2J GameHandler. handlePacket creates the L2J corresponding server packets where the packet data will be processed. onConnect sends the initial ProtocolVersion packet for initialization game server connection onDisconnect tries to send the Logout packet for a graceful disconnection from the game server everything else is handled in the individual server packets.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.