Package crow.game.login.server


package crow.game.login.server
The implementation of the login server, including the netty tcp service instance as well as the non-netty service object.
  • Classes
    Class
    Description
    Implementation of the context object which provides PacketHandlers for the codecs.
    Initializes the login server channel.
    The main entrypoint for the LoginServer.
    Service object which contains the logic for running a login service.
    Represents the ongoing transaction between the client and the login server that represents a user trying to authenticate.