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  
fatal(msg:String) — method, class net.user1.logger.Logger
Sends a message to the log, with severity "FATAL".
FATAL — Constant Static Variable, class net.user1.logger.Logger
Filter — class, package net.user1.reactor.filters
Defines a filter to be applied to a client-to-server message.
Filter(filterType:String) — Constructor, class net.user1.reactor.filters.Filter
Constructor
filters — Variable, class net.user1.reactor.filters.FilterSet
FilterSet — class, package net.user1.reactor.filters
Defines a set of individuals filters to be combined into a composite filter for use in a client-to-server message.
FilterSet() — Constructor, class net.user1.reactor.filters.FilterSet
Constructor
flush(record:String) — Static Method , class net.user1.utils.LocalData
Immediately writes all locally stored data to disk.
fromClientAddress — Variable, class net.user1.reactor.UPCProcessingRecord
The address of the client that sent the processed UPC to the server; the address is typically an IP address.
fromClientID — Variable, class net.user1.reactor.UPCProcessingRecord
The clientID of the client that sent the processed UPC to the server.
fromInt(levels:int) — method, class net.user1.reactor.UpdateLevels
Assigns the levels of this UpdateLevels object based on the supplied integer, whose bits represent the desired new update levels.
fromUserID — Variable, class net.user1.reactor.UPCProcessingRecord
The userID of the client that sent the processed UPC to the server.
fromVersionString(value:String) — method, class net.user1.reactor.VersionNumber
Parses a string representation of a version number, and assigns the individual parts of the number to the major, minor, revision, and build variables of this VersionNumber object.
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