Uses of Interface
crow.game.login.api.ActiveUserCollection
Packages that use ActiveUserCollection
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 ActiveUserCollection in crow.game.ha0.server
Constructors in crow.game.ha0.server with parameters of type ActiveUserCollectionModifierConstructorDescriptionHA0ServerInitializer(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 ActiveUserCollection in crow.game.login.server
Constructors in crow.game.login.server with parameters of type ActiveUserCollectionModifierConstructorDescriptionLoginServerMain(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) LoginService(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) -
Uses of ActiveUserCollection in crow.game.omnisrv
Classes in crow.game.omnisrv that implement ActiveUserCollectionModifier and TypeClassDescriptionclassImplementation ofActiveUserCollectionthat stores the list of active users in memory.