Uses of Interface
crow.game.codec.Context

Packages that use Context
Package
Description
Package containing the base API objects for the protocol implementation.
Package containing all the netty-specific serialization and deserialization logic for the protocol.
The client code for the ping/pong example.
This is the ping pong protocol package and would, in more complex scenarios, be in its own JAR.
The server code for the ping/pong example.
This package contains the protocol objects for what I call "ha0", the high-availability protocol details for communicating between rathena map, char, and login servers.
This package contains the server component of "ha0", the high-availability protocol details for communicating between crow and non-crow-servers, specifically rathena.
This package contains the protocol objects for the communication between the client and the login server.
The implementation of the login server, including the netty tcp service instance as well as the non-netty service object.