Uses of Interface
crow.game.login.api.PendingAuthCollection
Packages that use PendingAuthCollection
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 PendingAuthCollection in crow.game.ha0.server
Constructors in crow.game.ha0.server with parameters of type PendingAuthCollectionModifierConstructorDescriptionHA0ServerInitializer(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 PendingAuthCollection in crow.game.login.server
Constructors in crow.game.login.server with parameters of type PendingAuthCollectionModifierConstructorDescriptionLoginServerMain(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) LoginService(ActiveUserCollection activeUsers, UserAuthenticator userAuthenticator, UserLoader userLoader, ServerCollection servers, PendingAuthCollection pendingAuthCollection) -
Uses of PendingAuthCollection in crow.game.omnisrv
Classes in crow.game.omnisrv that implement PendingAuthCollectionModifier and TypeClassDescriptionclassAn in-memory implementation ofPendingAuthCollection, responsible for generating auth tokens and keeping them around/expunging them when they are no longer needed.