Uses of Package
crow.game.login.api
Packages that use crow.game.login.api
Package
Description
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 shared objects and interfaces for usage between HA layers and the login
server layer.
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.
the omnisrv package wraps all the decoupled servers implemented and working and launches them as
a single process.
-
Classes in crow.game.login.api used by crow.game.ha0.proto
-
Classes in crow.game.login.api used by crow.game.ha0.serverClassDescriptionThis provides a read-and-write view of the users that are active on the game server.The pending auth collection contains pending authentications (with expirations) that the login server stores and recalls.The collection containing the servers.Interface for loading users.
-
Classes in crow.game.login.api used by crow.game.login.apiClassDescriptionThe record for a character server we want to tell the login clients about.An auth token is a login1/login2 item pair that we send to the client.
-
Classes in crow.game.login.api used by crow.game.login.protoClassDescriptionThe record for a character server we want to tell the login clients about.
-
Classes in crow.game.login.api used by crow.game.login.serverClassDescriptionThis provides a read-and-write view of the users that are active on the game server.The pending auth collection contains pending authentications (with expirations) that the login server stores and recalls.The collection containing the servers.The interface for authenticating a user.Interface for loading users.
-
Classes in crow.game.login.api used by crow.game.omnisrvClassDescriptionThis provides a read-and-write view of the users that are active on the game server.The record for a character server we want to tell the login clients about.The pending auth collection contains pending authentications (with expirations) that the login server stores and recalls.An auth token is a login1/login2 item pair that we send to the client.The collection containing the servers.The interface for authenticating a user.Interface for loading users.