Uses of Interface
crow.game.login.api.ServerCollection
Packages that use ServerCollection
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 ServerCollection in crow.game.ha0.server
Constructors in crow.game.ha0.server with parameters of type ServerCollectionModifierConstructorDescriptionHA0ServerInitializer(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 ServerCollection in crow.game.login.server
Constructors in crow.game.login.server with parameters of type ServerCollectionModifierConstructorDescriptionLoginServerMain(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) LoginService(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) -
Uses of ServerCollection in crow.game.omnisrv
Classes in crow.game.omnisrv that implement ServerCollectionModifier and TypeClassDescriptionclassIn-memory implementation ofServerCollection, responsible for keeping track of known servers.