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  
IClient — Interface, package net.user1.reactor
The interface implemented by all classes that wish to represent a client in the Reactor API.
IComparable — Interface, package net.user1.reactor.filters
The IComparable interface defines the methods that must be implemented by all classes that represent comparisons in the Reactor filtering API.
IConnection — Interface, package net.user1.reactor
IConnection is the interface that all connection classes must implement in order to connect to Union.
id — Variable, class net.user1.reactor.Gateway
The gateway's id.
id — Variable, class net.user1.reactor.ModuleDefinition
The module's id.
IFilter — Interface, package net.user1.reactor.filters
The IFilter interface defines the methods that must be implemented by Reactor's filter classes; filter classes are used to specify a logical group of clients, typically for the sake of targeted messaging.
IMMUTABLE — Constant Static Variable, class net.user1.reactor.Status
info(msg:String) — method, class net.user1.logger.Logger
Sends a message to the log, with severity "INFO".
INFO — Constant Static Variable, class net.user1.logger.Logger
inheritsFrom(descendant:Class, ancestor:Class) — Package Function, net.user1.utils
Returns a Boolean indicating whether the specified first class inherits from the specified second class.
init() — method, class net.user1.reactor.CustomClient
An initialization method invoked when this CustomClient object is ready for use.
intervalRead — Variable, class net.user1.reactor.GatewayBandwidth
The number of bytes received by this gateway from all clients in the one-second period immediately preceding the request that generated this bandwidth-statistics object (i.e., "current incoming bytes per second").
intervalWritten — Variable, class net.user1.reactor.GatewayBandwidth
The number of bytes sent by this gateway to all clients in the one-second period immediately preceding the request that generated this bandwidth-statistics object (i.e., "current outgoing bytes per second").
INVALID_QUALIFIER — Constant Static Variable, class net.user1.reactor.Status
isAdmin() — method, class net.user1.reactor.Client
Returns a Boolean indicating whether the client has administrator privileges.
isAdmin() — method, class net.user1.reactor.CustomClient
isAdmin() — method, interface net.user1.reactor.IClient
isHTTPFailoverEnabled() — method, class net.user1.reactor.Reactor
Indicates whether Reactor will automatically try connecting via HTTP when it is unable to establish a persistent socket connection over all specified hosts and ports.
isInRoom(roomID:String) — method, class net.user1.reactor.Client
Returns a Boolean value indicating whether this client is known to be in the specified room.
isInRoom(roomID:String) — method, class net.user1.reactor.CustomClient
isInRoom(roomID:String) — method, interface net.user1.reactor.IClient
isLoggedIn() — method, class net.user1.reactor.UserAccount
Returns true if this user account's connection state is ConnectionState.LOGGED_IN; false otherwise.
isModerator() — method, class net.user1.reactor.UserAccount
Returns a Boolean indicating whether the account has moderator privileges.
isObservingAccount(userID:String) — method, class net.user1.reactor.AccountManager
Returns true if the account with the specified userID is currently being observed; false otherwise.
isObservingClient(clientID:String) — method, class net.user1.reactor.ClientManager
Returns true if the client with the specified clientID is currently being observed; false otherwise.
isObservingRoom(roomID:String) — method, class net.user1.reactor.Client
Returns a Boolean value indicating whether this client is known to be observing the specified room.
isObservingRoom(roomID:String) — method, class net.user1.reactor.CustomClient
isObservingRoom(roomID:String) — method, interface net.user1.reactor.IClient
isPingShared() — method, class net.user1.reactor.ConnectionMonitor
Indicates whether the current client's ping is currently shared with other clients.
isReady() — method, class net.user1.reactor.Connection
For documentation, see IConnection's isReady() method.
isReady() — method, class net.user1.reactor.ConnectionManager
Returns a Boolean indicating whether the ConnectionManager currently has an active connection to Union Server.
isReady() — method, interface net.user1.reactor.IConnection
Indicates whether this connection is currently in a "ready" state.
isReady() — method, class net.user1.reactor.Reactor
Returns a Boolean indicating whether Reactor currently has an active, fully initialized connection to the server.
isSelf() — method, class net.user1.reactor.Client
Returns true if this client is the current client.
isSelf() — method, class net.user1.reactor.CustomClient
isSelf() — method, interface net.user1.reactor.IClient
isSelf() — method, class net.user1.reactor.UserAccount
Returns true if the current client is logged in under this UserAccount.
isValid() — method, class net.user1.reactor.Connection
For documentation, see IConnection's isValid() method.
isValid() — method, interface net.user1.reactor.IConnection
Indicates whether this connection is considered valid.
isValidAttributeName(value:String) — Static Method , class net.user1.reactor.Validator
Returns true if the specified attribute name is legally formed.
isValidAttributeScope(value:String) — Static Method , class net.user1.reactor.Validator
Returns true if the specified client-attribute scope is legally formed.
isValidAttributeValue(value:String) — Static Method , class net.user1.reactor.Validator
Returns true if the specified attribute value is legally formed.
isValidModuleName(value:String) — Static Method , class net.user1.reactor.Validator
Returns true if the specified room module name is legally formed.
isValidPassword(value:String) — Static Method , class net.user1.reactor.Validator
Returns true if the specified password is legally formed.
isValidResolvedRoomID(value:String) — Static Method , class net.user1.reactor.Validator
Returns true if the specified value could legally be resolved to a single, specific room; false otherwise.
isValidRoomID(value:String) — Static Method , class net.user1.reactor.Validator
Returns true if the specified room ID (with no qualifier) is legally formed; false otherwise.
isValidRoomQualifier(value:String) — Static Method , class net.user1.reactor.Validator
Returns true if the specified room qualifier is legally formed; false otherwise.
isWatchingForAccounts() — method, class net.user1.reactor.AccountManager
Indicates whether the current client is currently watching for accounts.
isWatchingForBannedAddresses() — method, class net.user1.reactor.ClientManager
isWatchingForClients() — method, class net.user1.reactor.ClientManager
Indicates whether the current client is currently watching for clients.
isWatchingForProcessedUPCs() — method, class net.user1.reactor.Server
Indicates whether the current client is currently watching for processed UPCs.
isWatchingQualifier(qualifier:String) — method, class net.user1.reactor.RoomManager
Indicates whether the current client is currently watching the specified qualifier.
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