Uses of Interface
crow.game.login.api.UserLoader
Packages that use UserLoader
Package
Description
This package contains the server component of "ha0", the high-availability protocol details for
communicating between crow and non-crow-servers, specifically rathena.
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.
-
Uses of UserLoader in crow.game.ha0.server
Constructors in crow.game.ha0.server with parameters of type UserLoaderModifierConstructorDescriptionHA0ServerInitializer(Context context, ActiveUserCollection activeUsers, ServerCollection servers, UserLoader userLoader, PendingAuthCollection pendingAuths) HA0ServerMain(ActiveUserCollection activeUsers, ServerCollection servers, UserLoader userLoader, PendingAuthCollection pendingAuth) HA0Session(UserLoader userLoader, ServerCollection servers, ActiveUserCollection activeUsers, PendingAuthCollection pendingAuthCollection) -
Uses of UserLoader in crow.game.login.server
Constructors in crow.game.login.server with parameters of type UserLoaderModifierConstructorDescriptionLoginServerMain(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) LoginService(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) -
Uses of UserLoader in crow.game.omnisrv
Classes in crow.game.omnisrv that implement UserLoaderModifier and TypeClassDescriptionclassAUserLoaderimplementation which reads from the mysql db using the rathena schema via the mybatis xml fileConstructors in crow.game.omnisrv with parameters of type UserLoader