Classes
 ClassDescription
 AccountListSnapshot The AccountListSnapshot class is used to load a list of userIDs for all user accounts on the server.
 AccountSnapshot The AccountSnapshot class is used to load a "snapshot" of a server-side user account.
 BannedListSnapshot The BannedListSnapshot class is used to load the server's current list of banned client addresses.
 ClientCountSnapshot The ClientCountSnapshot class is used to retrieve the number of clients currently on the server.
 ClientListSnapshot The ClientListSnapshot class is used to load a list of clientIDs for the clients currently on the server.
 ClientSnapshot The ClientSnapshot class is used to load a "snapshot" of a client on the server.
 GatewaysSnapshot The GatewaysSnapshot class is used to retrieve a per-gateway summary of connection and bandwidth statistics.
 NodeListSnapshot The NodeListSnapshot class is used to load a list of the Union Server nodes connected to the current server.
 RoomListSnapshot The RoomListSnapshot class is used to load a list of fully qualified roomIDs for all rooms on the server or all rooms with a given qualifier.
 RoomSnapshot The RoomSnapshot class is used to load a "snapshot" of a room on the server.
 ServerModuleListSnapshot The ServerModuleListSnapshot class is used to load the server's current list of active server modules (not to be confused with room modules).
 Snapshot Reactor’s "snapshots" provide a traditional request/response mechanism for retrieving data on demand from Union Server; the Snapshot class is the abstract base class for all Reactor "snapshot" classes, each of which loads a specific set of data from the server.
 SnapshotEvent SnapshotEvent is a simple data class used to pass information from Snapshot objects to registered event-listeners when a snapshot event occurs.
 UPCStatsSnapshot The UPCStatsSnapshot class is used to retrieve statistics about the UPC messages that have been processed or are waiting to be processed by Union Server.