A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Gateway — class, package net.user1.reactor
A simple data class providing information about a gateway deployed on Union Server.
GatewayBandwidth — class, package net.user1.reactor
A simple data class providing information about bandwidth usage and throughput for a gateway deployed on Union Server.
GatewaysSnapshot — class, package net.user1.reactor.snapshot
The GatewaysSnapshot class is used to retrieve a per-gateway summary of connection and bandwidth statistics.
GatewaysSnapshot() — Constructor, class net.user1.reactor.snapshot.GatewaysSnapshot
Constructor
GATEWAYS_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
get(key:Object) — method, class net.user1.utils.LRUCache
getAccount() — method, class net.user1.reactor.AccountEvent
Returns the UserAccount object pertaining to this account event.
getAccount(userID:String) — method, class net.user1.reactor.AccountManager
Returns a reference to the account with the specified userID, if the account is known to Reactor.
getAccount() — method, class net.user1.reactor.AccountManagerEvent
Returns the UserAccount object pertaining to this account manager event.
getAccount() — method, class net.user1.reactor.Client
Returns a reference to this client's UserAccount object, which is available if this client has logged into a user account only.
getAccount() — method, class net.user1.reactor.CustomClient
getAccount() — method, interface net.user1.reactor.IClient
getAccountList() — method, class net.user1.reactor.snapshot.AccountListSnapshot
Returns an array of the string userIDs of the accounts on the server.
GET_ACCOUNTLIST_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_ACCOUNTLIST_SNAPSHOT, a UPC-fomatted message sent to the server.
getAccountManager() — method, class net.user1.reactor.Reactor
Returns a reference to the application's AccountManager instance, which is automatically created by Reactor; the AccountManager class provides a set of services relating to registering and logging-in user accounts.
getAccounts() — method, class net.user1.reactor.AccountManager
GET_ACCOUNT_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_ACCOUNT_SNAPSHOT, a UPC-fomatted message sent to the server.
GET_ACCOUNT_SNAPSHOT_RESULT — Constant Static Variable, class net.user1.reactor.UPC
getActiveConnection() — method, class net.user1.reactor.ConnectionManager
If a connection is currently connected, getActiveConnection() returns that connection; otherwise, getActiveConnection() returns null.
getAddress() — method, class net.user1.reactor.ClientManagerEvent
Returns an address that was either banned or unbanned.
getAffinity(host:String) — method, class net.user1.reactor.ConnectionManager
Returns the actual server address that will be used when a connection to the specified host is requested.
getAll() — method, class net.user1.reactor.AttributeCollection
Returns an object containing all attributes in this collection.
getAttribute(attrName:String, attrScope:String) — method, class net.user1.reactor.AttributeCollection
Returns the value of the specified attribute.
getAttribute(attrName:String, attrScope:String) — method, class net.user1.reactor.Client
Returns the value of the specified client attribute.
getAttribute(attrName:String, attrScope:String) — method, class net.user1.reactor.CustomClient
getAttribute(attrName:String, attrScope:String) — method, interface net.user1.reactor.IClient
getAttribute(attrName:String) — method, class net.user1.reactor.Room
Returns the current local value of the specified room attribute.
getAttribute(attrName:String, attrScope:String) — method, class net.user1.reactor.UserAccount
Retrieves a persistent client attribute.
getAttribute(name:String, scope:String) — method, class net.user1.reactor.snapshot.AccountSnapshot
Returns the value of the specified account attribute.
getAttribute(name:String, scope:String) — method, class net.user1.reactor.snapshot.ClientSnapshot
Returns the value of the specified client attribute.
getAttribute(name:String) — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns the value of the specified room attribute.
getAttributeForClients(clientIDs:Array, attrName:String, attrScope:String) — method, class net.user1.reactor.ClientManager
Returns an array of objects containing values for the specified attribute for all clients in supplied clientIDs.
getAttributes() — method, class net.user1.reactor.Client
Returns an object whose variables represent the names and values of the shared attributes for this client.
getAttributes() — method, class net.user1.reactor.CustomClient
getAttributes() — method, interface net.user1.reactor.IClient
getAttributes() — method, class net.user1.reactor.Room
Returns an object whose properties represent the names and values of the shared attributes for this room.
getAttributes() — method, class net.user1.reactor.UserAccount
Returns an object containing all attributes for this user account.
getAttributes() — method, class net.user1.reactor.snapshot.AccountSnapshot
Returns an object whose variables represent the names and values of the shared attributes for this snapshot's account.
getAttributes() — method, class net.user1.reactor.snapshot.ClientSnapshot
Returns an object whose variables represent the names and values of the shared attributes for this snapshot's client.
getAttributes() — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns an object whose variables represent the names and values of the shared attributes for this snapshot's room.
getAttributesByScope(scope:String) — method, class net.user1.reactor.Client
Returns an object containing the names and values of all attributes defined on this Client instance for a given scope, or for all scopes.
getAttributesByScope(scope:String) — method, class net.user1.reactor.CustomClient
getAttributesByScope(scope:String) — method, interface net.user1.reactor.IClient
getAttributesByScope(scope:String) — method, class net.user1.reactor.UserAccount
Returns an object containing the names and values of all attributes defined on this UserAccount instance for a given scope, or for all scopes.
getAttributesNamesForScope(scope:String) — method, class net.user1.reactor.AttributeCollection
Returns the names of the attributes with the specified scope.
getAutoReconnectAttemptLimit() — method, class net.user1.reactor.ConnectionMonitor
Returns the number of times Reactor will attempt to reconnect to Union Server when automatic reconnection is enabled.
getAutoReconnectFrequency() — method, class net.user1.reactor.ConnectionMonitor
Returns the number of milliseconds between reconnection attempts made when the connection to Union Server is lost.
getBannedAddresses() — method, class net.user1.reactor.ClientManager
getBannedList() — method, class net.user1.reactor.snapshot.BannedListSnapshot
Returns an array of the banned addresses on the server.
GET_BANNED_LIST_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_BANNED_LIST_SNAPSHOT, a UPC-fomatted message sent to the server.
getByScope(scope:String) — method, class net.user1.reactor.AttributeCollection
Returns an object containing all attributes for the specified scope.
getBytesPerSecond() — method, class net.user1.reactor.Statistics
getBytesReceivedPerSecond() — method, class net.user1.reactor.Statistics
getBytesSentPerSecond() — method, class net.user1.reactor.Statistics
getChangedAttr() — method, class net.user1.reactor.AttributeEvent
Returns an Attribute object pertaining to this client event.
getChangedAttr() — method, class net.user1.reactor.RoomEvent
Returns an Attribute object containing information about a changed room or client attribute.
getClass(o:Object) — Package Function, net.user1.utils
Returns a reference to the specified object's class.
getClient() — method, class net.user1.reactor.ClientEvent
Returns the Client object pertaining to this client event (for example, the client that was observed).
getClient(clientID:String, scope:String) — method, class net.user1.reactor.ClientManager
Returns an object representing the specified client; by default, the object is an instance of the net.user1.reactor.Client class.
getClient() — method, class net.user1.reactor.ClientManagerEvent
Returns the Client object for the client to which this event pertains.
getClient(id:String) — method, class net.user1.reactor.Room
Returns the occupant or observer with the specified id.
getClient() — method, class net.user1.reactor.RoomEvent
Returns a reference to the Client object pertaining to this event.
getClient() — method, class net.user1.reactor.UserAccount
Returns a reference to this account's Client object, which is available if this account is logged in only.
getClientByAttribute(attributeName:String, attributeValue:String, attributeScope:String, roomScope:String) — method, class net.user1.reactor.ClientManager
Returns the first client known to the ClientManager that has an attribute name and value matching the specified attribute name and value.
getClientByUserID(userID:String, scope:String) — method, class net.user1.reactor.ClientManager
Returns the client that is logged into the account specified by userID.
GET_CLIENTCOUNT_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_CLIENTCOUNT_SNAPSHOT, a UPC-fomatted message sent to the server.
GET_CLIENTCOUNT_SNAPSHOT_RESULT — Constant Static Variable, class net.user1.reactor.UPC
getClientID() — method, class net.user1.reactor.AccountEvent
Returns the clientID pertaining to this account event, if available.
getClientID() — method, class net.user1.reactor.Client
Returns this client's unique ID, as set automatically by the server.
getClientID() — method, class net.user1.reactor.ClientEvent
Returns the clientID of the client to which this event pertains.
getClientID() — method, class net.user1.reactor.ClientManagerEvent
Returns the clientID of the client to which this event pertains.
getClientID() — method, class net.user1.reactor.CustomClient
getClientID() — method, interface net.user1.reactor.IClient
getClientID() — method, class net.user1.reactor.RoomEvent
Returns the id of the client pertaining to this event.
getClientID() — method, class net.user1.reactor.snapshot.ClientSnapshot
Returns the clientID for this client snapshot object.
getClientList() — method, class net.user1.reactor.snapshot.ClientListSnapshot
Returns an array of generic data objects containing the clientIDs and, for logged in clients, the userIDs of the clients on the server.
GET_CLIENTLIST_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_CLIENTLIST_SNAPSHOT, a UPC-fomatted message sent to the server.
getClientManager() — method, class net.user1.reactor.Client
Returns a reference to the ClientManager instance for this Client object.
getClientManager() — method, class net.user1.reactor.CustomClient
getClientManager() — method, interface net.user1.reactor.IClient
getClientManager() — method, class net.user1.reactor.Reactor
Returns a reference to the application's ClientManager instance, which is automatically created by Reactor; the ClientManager class creates and provides access to Client instances.
getClients() — method, class net.user1.reactor.ClientManager
Returns a list of all client objects known to the current client.
GET_CLIENT_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_CLIENT_SNAPSHOT, a UPC-fomatted message sent to the server.
GET_CLIENT_SNAPSHOT_RESULT — Constant Static Variable, class net.user1.reactor.UPC
getClientType() — method, class net.user1.reactor.System
Indicates the official name of this Union client type, "Reactor".
getClientVersion() — method, class net.user1.reactor.System
Indicates the version and build of Reactor.
getConnectAbortCount() — method, class net.user1.reactor.ConnectionManager
Returns an integer indicating the number of times this ConnectionManager object has aborted an in-progress connection attempt since the last successful connection was made.
getConnectAttemptCount() — method, class net.user1.reactor.ConnectionManager
Returns an integer indicating the number of times this ConnectionManager object has attempted to connect to the server since the last successful connection was established.
getConnectFailedCount() — method, class net.user1.reactor.ConnectionManager
Returns an integer indicating the number of failed connection attempts this ConnectionManager object has made since the last successful connection was established.
getConnection() — method, class net.user1.reactor.ConnectionManagerEvent
Returns the underlying IConnection object to which this event pertains.
getConnectionManager() — method, class net.user1.reactor.Reactor
Returns a reference to the application's ConnectionManager instance, which is automatically created by Reactor; the ConnectionManager class is used to establish a connection to the server.
getConnectionMonitor() — method, class net.user1.reactor.Reactor
Returns a reference to the application's ConnectionMonitor instance, which manages heartbeat (ping) and automatic disconnection and reconnection services.
getConnectionRefusal() — method, class net.user1.reactor.ReactorEvent
Returns a ConnectionRefusal object describing a connection refusal by Union Server.
getConnections() — method, class net.user1.reactor.ConnectionManager
Returns a one-time snapshot of the ConnectionManager's connection list, as an Array.
getConnectionState() — method, class net.user1.reactor.Client
Indicates the state of the client's current server connection.
getConnectionState() — method, class net.user1.reactor.ConnectionManager
Returns an integer representing the ConnectionManager's current state.
getConnectionState() — method, class net.user1.reactor.CustomClient
getConnectionState() — method, interface net.user1.reactor.IClient
getConnectionState() — method, class net.user1.reactor.UserAccount
Indicates whether this UserAccount is currently logged in.
getConnectionTimeout() — method, class net.user1.reactor.ConnectionMonitor
Returns the maximum round-trip time allowed for a heartbeat before the client considers the connection lost and forces a disconnection.
getConnectTime() — method, class net.user1.reactor.Client
Returns the time that this client connected, as set by the server.
getConnectTime() — method, class net.user1.reactor.CustomClient
getConnectTime() — method, interface net.user1.reactor.IClient
getCount() — method, class net.user1.reactor.snapshot.ClientCountSnapshot
Returns the total number of clients on the server.
getCurrentNumClientsConnected() — method, class net.user1.reactor.Statistics
getData() — method, class net.user1.reactor.ConnectionEvent
Returns the data that was sent or received by the connection.
getDefaultClientClass() — method, class net.user1.reactor.ClientManager
Returns the class used as the global default class for clients in this application.
getDefaultClientClass() — method, class net.user1.reactor.Room
Returns the class used as the default class for clients in this room.
getFilters() — method, class net.user1.reactor.filters.FilterSet
Retrieve the filters in the set.
getGateways() — method, class net.user1.reactor.snapshot.GatewaysSnapshot
Returns an array of Gateway objects providing information about the gateways on the server.
GET_GATEWAYS_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_GATEWAYS_SNAPSHOT, a UPC-fomatted message sent to the server.
getHeartbeatFrequency() — method, class net.user1.reactor.ConnectionMonitor
Returns the number of milliseconds between application heartbeats.
getHistory() — method, class net.user1.logger.Logger
Returns all messages in the log's history.
getHistoryLength() — method, class net.user1.logger.Logger
Returns the number of messages that are kept in the log's history.
getHost() — method, class net.user1.reactor.Connection
For documentation, see IConnection's getHost() method.
getHost() — method, interface net.user1.reactor.IConnection
Returns the host on which the connection will be opened or has been opened.
getIdentifiers() — method, class net.user1.reactor.RoomModules
Returns a list of the module identifiers in this RoomModules object.
getInProgressConnection() — method, class net.user1.reactor.ConnectionManager
If a connection is currently in progress, getInProgressConnection() returns that connection; otherwise, getInProgressConnection() returns null.
getInternalClient(clientID:String) — method, class net.user1.reactor.ClientManager
Returns the internal Client object for the specified client id.
getInternalClient() — method, class net.user1.reactor.UserAccount
Returns the internal Client object for this account's corresponding client.
getInternalClients() — method, class net.user1.reactor.ClientManager
Returns a hash of Client objects known to the current client, where the hash keys are client IDs, and the hash values are Client objects.
getIP() — method, class net.user1.reactor.Client
Returns this client's IP address, if available.
getIP() — method, class net.user1.reactor.CustomClient
getIP() — method, interface net.user1.reactor.IClient
getKBPerSecond() — method, class net.user1.reactor.Statistics
getKBReceivedPerSecond() — method, class net.user1.reactor.Statistics
getKBSentPerSecond() — method, class net.user1.reactor.Statistics
getLastQueueWaitTime() — method, class net.user1.reactor.snapshot.UPCStatsSnapshot
Returns the amount of time the most-recently processed message spent in the message queue before being processed.
getLevel() — method, class net.user1.logger.LogEvent
If this event is LogEvent.UPDATE, returns the severity level for the log entry; if this event is LogEvent.LEVEL_CHANGE, returns the log's new severity level.
getLevel() — method, class net.user1.logger.Logger
Returns the human-readable message filter level for the log.
getLifetimeNumClientsConnected() — method, class net.user1.reactor.Statistics
getLifetimeNumClientsKnown() — method, class net.user1.reactor.ClientManager
Returns the total number of clients that have ever been known to the current client, excluding itself.
getLog() — method, class net.user1.reactor.Reactor
Returns a reference to the application debugging log, which describes operations occurring on the client, and can show low-level client/server communications.
getLongestUPCProcesses() — method, class net.user1.reactor.snapshot.UPCStatsSnapshot
Returns a list of the messages that took the longest amount of time to process since the server started.
getMBPerSecond() — method, class net.user1.reactor.Statistics
getMBReceivedPerSecond() — method, class net.user1.reactor.Statistics
getMBSentPerSecond() — method, class net.user1.reactor.Statistics
getMessage() — method, class net.user1.logger.LogEvent
Returns the text of the log message.
getMessageManager() — method, class net.user1.reactor.Reactor
Returns a reference to the application's MessageManager instance, which is automatically created by Reactor; the MessageManager class provides a set of services relating to sending messages to and receiving messages from the server.
getMessagesPerSecond() — method, class net.user1.reactor.Statistics
getModuleList() — method, class net.user1.reactor.snapshot.ServerModuleListSnapshot
Returns an array of the server modules active on the server.
getNodeList() — method, class net.user1.reactor.snapshot.NodeListSnapshot
Returns an array of the node IDs for the Union Server nodes connected to the current server.
GET_NODELIST_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_NODELIST_SNAPSHOT, a UPC-fomatted message sent to the server.
getNumAccounts() — method, class net.user1.reactor.AccountManager
Returns the number of known user accounts.
getNumAccountsOnServer() — method, class net.user1.reactor.AccountManager
If the AccountManager is watching for accounts, getNumAccountsOnServer() returns the number of accounts on the server; otherwise, getNumAccountsOnServer() returns 0.
getNumClients() — method, class net.user1.reactor.ClientManager
Returns the number of clients known to Reactor.
getNumClients() — method, class net.user1.reactor.RoomEvent
Returns the number of clients currently in the room.
getNumClientsOnServer() — method, class net.user1.reactor.ClientManager
If the ClientManager is watching for clients, getNumClientsOnServer() returns the number of clients on the server; otherwise, getNumClientsOnServer() returns 0.
getNumLoggedInAccounts() — method, class net.user1.reactor.AccountManager
Returns the number of known, logged-in user accounts.
getNumMessagesReceived() — method, class net.user1.reactor.MessageManager
Returns the number of messages that have been received by the MessageManager.
getNumMessagesSent() — method, class net.user1.reactor.MessageManager
Returns the number of messages that have been sent by the MessageManager.
getNumObservers() — method, class net.user1.reactor.Room
Returns the number of clients known to be observing this room at the time of the call.
getNumObservers() — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns the number of observers in the room represented by this snapshot.
getNumOccupants() — method, class net.user1.reactor.Room
Returns the number of clients known to be in this room at the time of the call.
getNumOccupants() — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns the number of occupants in the room represented by this snapshot.
getNumRooms(qualifier:String) — method, class net.user1.reactor.RoomManager
Returns the number of rooms with the specified qualifier currently known to the RoomManager.
getNumRooms() — method, class net.user1.reactor.RoomManagerEvent
Returns the total number of rooms known to the current client.
getNumUPCsInQueue() — method, class net.user1.reactor.snapshot.UPCStatsSnapshot
Returns the number of UPC messages currently waiting to be processed by Union Server.
getObservedRoomIDs() — method, class net.user1.reactor.Client
Returns the IDs of the rooms this client is known to be observing.
getObservedRoomIDs() — method, class net.user1.reactor.CustomClient
getObservedRoomIDs() — method, interface net.user1.reactor.IClient
getObservedRoomIDs() — method, class net.user1.reactor.snapshot.ClientSnapshot
Returns a list of the rooms observed by the client represented by this snapshot.
getObserver(clientID:String) — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns a ClientManifest object representing the room observer specified by clientID.
getObserverIDs() — method, class net.user1.reactor.Room
Returns the IDs of all clients currently observing the room, as an array.
getObservers() — method, class net.user1.reactor.Room
Returns an array of objects representing all clients currently observing the room.
getObservers() — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns a list of the clients observing the room represented by this snapshot.
getOccupant(clientID:String) — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns a ClientManifest object representing the room occupant specified by clientID.
getOccupantIDs() — method, class net.user1.reactor.Room
Returns the IDs of all clients currently in the room, as an array.
getOccupants() — method, class net.user1.reactor.Room
Returns an array of objects representing all clients currently in the room.
getOccupants() — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns a list of the clients in the room represented by this snapshot.
getOccupiedRoomIDs() — method, class net.user1.reactor.Client
Returns the IDs of the rooms this client is known to be in.
getOccupiedRoomIDs() — method, class net.user1.reactor.CustomClient
getOccupiedRoomIDs() — method, interface net.user1.reactor.IClient
getOccupiedRoomIDs() — method, class net.user1.reactor.snapshot.ClientSnapshot
Returns a list of the rooms containing the client represented by this snapshot.
getPeakBytesPerSecond() — method, class net.user1.reactor.Statistics
getPeakBytesReceivedPerSecond() — method, class net.user1.reactor.Statistics
getPeakBytesSentPerSecond() — method, class net.user1.reactor.Statistics
getPeakKBPerSecond() — method, class net.user1.reactor.Statistics
getPeakKBReceivedPerSecond() — method, class net.user1.reactor.Statistics
getPeakKBSentPerSecond() — method, class net.user1.reactor.Statistics
getPeakMBPerSecond() — method, class net.user1.reactor.Statistics
getPeakMBReceivedPerSecond() — method, class net.user1.reactor.Statistics
getPeakMBSentPerSecond() — method, class net.user1.reactor.Statistics
getPeakMemoryBytes() — method, class net.user1.reactor.Statistics
getPeakMemoryKB() — method, class net.user1.reactor.Statistics
getPeakMemoryMB() — method, class net.user1.reactor.Statistics
getPeakMessagesPerSecond() — method, class net.user1.reactor.Statistics
getPing() — method, class net.user1.reactor.Client
Returns the client's ping time, in milliseconds.
getPing() — method, class net.user1.reactor.CustomClient
getPing() — method, interface net.user1.reactor.IClient
getPort() — method, class net.user1.reactor.Connection
For documentation, see IConnection's getPort() method.
getPort() — method, interface net.user1.reactor.IConnection
Returns the port on which the connection will be opened or has been opened.
getQualifier() — method, class net.user1.reactor.Room
Returns the qualifier part of this room's ID.
getQualifier(fullRoomID:String) — Static Method , class net.user1.reactor.RoomIDParser
Returns the qualifier of a fully qualified room id.
getQualifier() — method, class net.user1.reactor.snapshot.RoomListSnapshot
Returns the qualifier of the rooms that are included in this snapshot.
getRandInt(min:int, max:int) — Package Function, net.user1.utils
Returns a random integer in the range min to max, inclusive.
getReadyCount() — method, class net.user1.reactor.Connection
Returns an integer indicating the number of times this Connection object has successfully achieved a ready state.
getReadyCount() — method, class net.user1.reactor.ConnectionManager
Returns an integer indicating the number of times this ConnectionManager object has successfully established a valid connection to the server.
getReadyTimeout() — method, class net.user1.reactor.ConnectionManager
The maximum time each IConnection object allows for its setup phase to complete when attempting to connect to Union Server.
getRecursive() — method, class net.user1.reactor.snapshot.RoomListSnapshot
Indicates whether the room list for this snapshot includes rooms directly qualified by the specified qualifier only, or also all rooms qualified by all child qualifiers of the specified qualifier.
getRemoveMessageListenersOnDisconnect() — method, class net.user1.reactor.MessageManager
Returns a Boolean indicating whether automatic message-listener removal is enabled (true) or disabled (false).
getRequestedHost() — method, class net.user1.reactor.Connection
For documentation, see IConnection's getRequestedHost() method.
getRequestedHost() — method, interface net.user1.reactor.IConnection
Returns the host that was requested for this connection via setServer().
getRole() — method, class net.user1.reactor.AccountEvent
Returns the role pertaining to this account event.
getRoom() — method, class net.user1.reactor.ClientEvent
Returns the Room object pertaining to this client event (for example, the room that was joined or left).
getRoom(roomID:String) — method, class net.user1.reactor.RoomManager
Returns a reference to the Room instance specified by roomID.
getRoom() — method, class net.user1.reactor.RoomManagerEvent
Returns a reference to the Room object to which this event pertains.
getRoomClass(roomID:String) — method, class net.user1.reactor.RoomClassRegistry
Returns the current custom class association for the specified roomID.
getRoomClassRegistry() — method, class net.user1.reactor.RoomManager
Returns the RoomManager's RoomClassRegistry object, which catalogs all client-side room classes.
getRoomID() — method, class net.user1.reactor.ClientEvent
Returns the fully qualified room ID for the Room object pertaining to this client event (for example, the room that was joined or left).
getRoomID() — method, class net.user1.reactor.Room
Returns this room's fully qualified ID.
getRoomID() — method, class net.user1.reactor.RoomEvent
For RoomEvent events dispatched by RoomManager, getRoomID() returns the roomID of the room pertaining to this event.
getRoomID() — method, class net.user1.reactor.RoomManagerEvent
Returns the full room ID of the room to which this event pertains.
getRoomID() — method, class net.user1.reactor.snapshot.RoomSnapshot
Returns the fully qualified roomID for this room snapshot object.
getRoomIdQualifier() — method, class net.user1.reactor.RoomManagerEvent
Returns the qualifier ID of the room to which this event pertains.
getRoomIDs() — method, class net.user1.reactor.RoomManager
Returns an array of roomIDs for the Room objects known to this RoomManager.
getRoomList() — method, class net.user1.reactor.snapshot.RoomListSnapshot
Returns an array of the fully qualified roomIDs of the rooms with the qualifier specified by this snapshot.
GET_ROOMLIST_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_ROOMLIST_SNAPSHOT, a UPC-fomatted message sent to the server.
getRoomManager() — method, class net.user1.reactor.Reactor
Returns a reference to the application's RoomManager, which is created automatically by Reactor; the RoomManager class is used to create, destroy, observe, join, and access rooms.
getRooms() — method, class net.user1.reactor.RoomManager
Returns an array of the Room objects known to this RoomManager.
getRoomSettings() — method, class net.user1.reactor.Room
Returns a RoomSettings object describing the settings for this room, including the maximum number of occupants and whether the room is automatically removed when the last occupant leaves.
GET_ROOM_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_ROOM_SNAPSHOT, a UPC-fomatted message sent to the server.
GET_ROOM_SNAPSHOT_RESULT — Constant Static Variable, class net.user1.reactor.UPC
getRoomsWithQualifier(qualifier:String) — method, class net.user1.reactor.RoomManager
Returns an array of Room objects with the specified room qualifier.
getScopes() — method, class net.user1.reactor.AttributeCollection
Returns a list of the scopes defined by attributes in this AttributeCollection.
getSendDelay() — method, class net.user1.reactor.HTTPConnection
Returns this connection's send-delay.
getServer() — method, class net.user1.reactor.Reactor
Returns a reference to the application's Server instance, which is automatically created by Reactor; the Server class provides access to global server data and functions.
GET_SERVERMODULELIST_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_SERVERMODULELIST_SNAPSHOT, a UPC-fomatted message sent to the server.
getServerTime() — method, class net.user1.reactor.Server
Returns the approximate current time on the server in UTC, using "milliseconds from January 1 1970" format.
getServerUPCVersion() — method, class net.user1.reactor.ReactorEvent
Returns the version of the UPC specification in use by the server.
getSessionID() — method, class net.user1.reactor.Reactor
The Union session ID for this Reactor instance, if available.
getSimpleRoomID() — method, class net.user1.reactor.Room
Returns this room's simple ID.
getSimpleRoomID(fullRoomID:String) — Static Method , class net.user1.reactor.RoomIDParser
Returns the simple id of a fully qualified room id.
getSimpleRoomID() — method, class net.user1.reactor.RoomManagerEvent
Returns the simple room ID of the room to which this event pertains.
getStatistics() — method, class net.user1.reactor.Reactor
Returns a reference to a Statistics object for this connection, which provides metrics such as KB/second transfer rate and number of messages sent and received.
getStatus() — method, class net.user1.reactor.AccountEvent
Returns the status of the operation to which this event pertains.
getStatus() — method, class net.user1.reactor.AccountManagerEvent
Returns the status of the operation to which this event pertains.
getStatus() — method, class net.user1.reactor.AttributeEvent
Returns the status of the operation to which this event pertains.
getStatus() — method, class net.user1.reactor.ClientEvent
Returns the status of the operation to which this event pertains.
getStatus() — method, class net.user1.reactor.ClientManagerEvent
Returns the status of the client-management operation to which this event pertains.
getStatus() — method, class net.user1.reactor.ConnectionEvent
Returns the status of the event.
getStatus() — method, class net.user1.reactor.ConnectionManagerEvent
Returns the status of the event.
getStatus() — method, class net.user1.reactor.RoomEvent
Returns the status of the operation to which this event pertains.
getStatus() — method, class net.user1.reactor.RoomManagerEvent
Returns the status of the operation to which this event pertains.
getStatus() — method, class net.user1.reactor.ServerEvent
Returns the status of the operation to which this event pertains.
getStatus() — method, class net.user1.reactor.snapshot.Snapshot
Returns the status of the most recent snapshot load-operation.
getSyncState() — method, class net.user1.reactor.Room
Returns a string indicating the current synchronization state of this room.
getSystem() — method, class net.user1.reactor.Reactor
Returns a reference to the application's System class, whose static variables provide Reactor version information.
getTimeOnline() — method, class net.user1.reactor.Client
Returns the amount of time, in milliseconds, the specified Client has been connected to the server.
getTimeOnline() — method, class net.user1.reactor.CustomClient
getTimeOnline() — method, interface net.user1.reactor.IClient
getTimeStamp() — method, class net.user1.logger.LogEvent
Returns a human-readable string indicating the time of the log entry.
getTotalBytes() — method, class net.user1.reactor.Statistics
getTotalBytesReceived() — method, class net.user1.reactor.Statistics
getTotalBytesSent() — method, class net.user1.reactor.Statistics
getTotalKB() — method, class net.user1.reactor.Statistics
getTotalKBReceived() — method, class net.user1.reactor.Statistics
getTotalKBSent() — method, class net.user1.reactor.Statistics
getTotalMB() — method, class net.user1.reactor.Statistics
getTotalMBReceived() — method, class net.user1.reactor.Statistics
getTotalMBSent() — method, class net.user1.reactor.Statistics
getTotalMemoryBytes() — method, class net.user1.reactor.Statistics
getTotalMemoryKB() — method, class net.user1.reactor.Statistics
getTotalMemoryMB() — method, class net.user1.reactor.Statistics
getTotalMessages() — method, class net.user1.reactor.MessageManager
Returns the number of messages that have been sent and received by the MessageManager.
getTotalMessages() — method, class net.user1.reactor.Statistics
getTotalMessagesReceived() — method, class net.user1.reactor.Statistics
getTotalMessagesSent() — method, class net.user1.reactor.Statistics
getTotalUPCsProcessed() — method, class net.user1.reactor.snapshot.UPCStatsSnapshot
Returns the total number of UPC messages Union Server has processed since the server started.
getType() — method, class net.user1.reactor.Connection
For documentation, see IConnection's getType() method.
getType() — method, interface net.user1.reactor.IConnection
Returns the type of the connection, as one of the types specified by the ConnectionType class.
getUPC() — method, class net.user1.reactor.ConnectionEvent
Returns the UPC message that was received by the connection, as an instance of ActionScript's built-in XML class.
getUPCProcessingRecord() — method, class net.user1.reactor.ServerEvent
Returns the UPCProcessingRecord object for a UPC that was processed by Union Server.
GET_UPC_STATS_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for GET_UPC_STATS_SNAPSHOT, a UPC-fomatted message sent to the server.
GET_UPC_STATS_SNAPSHOT_RESULT — Constant Static Variable, class net.user1.reactor.UPC
getUPCVersion() — method, class net.user1.reactor.Server
Returns the version of the UPC protocol in use by Union Server.
getUPCVersion() — method, class net.user1.reactor.System
Returns the version of the UPC protocol in use by Reactor.
getUpdateLevels(roomID:String) — method, class net.user1.reactor.Client
Returns this client's update levels for the specified room.
getUserID() — method, class net.user1.reactor.AccountEvent
Returns the userID pertaining to this account event.
getUserID() — method, class net.user1.reactor.AccountManagerEvent
Returns the user ID of the account to which this event pertains.
getUserID() — method, class net.user1.reactor.UserAccount
Returns this account's userID.
getUserID() — method, class net.user1.reactor.snapshot.AccountSnapshot
Returns the userID for this user account snapshot object.
getUserID() — method, class net.user1.reactor.snapshot.ClientSnapshot
If the client represented by this snapshot object is logged in under a user account, getUserID() returns that account; otherwise, getUserID() returns null.
getVersion() — method, class net.user1.reactor.Server
Returns the version of the Union Server to which Reactor is currently connected.
GREATER_THAN — Constant Static Variable, class net.user1.reactor.filters.CompareType
GREATER_THAN_OR_EQUAL — Constant Static Variable, class net.user1.reactor.filters.CompareType
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z