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 |
leave() — method, class net.user1.reactor.Room |
|
Asks the server to remove the current client from the server-side room
represented by this Room object. |
LEAVE — Event, class net.user1.reactor.Room |
| |
LEAVE — Constant Static Variable, class net.user1.reactor.RoomEvent |
|
Dispatched when the current client successfully leaves a room,
either in response to server-side code or in response to an
earlier request made by the current client to leave the room. |
LEAVE_RESULT — Event, class net.user1.reactor.Room |
| |
LEAVE_RESULT — Constant Static Variable, class net.user1.reactor.RoomEvent |
|
Dispatched when the result of an earlier room-leave
request by the current client is received. |
LEAVE_RESULT — Event, class net.user1.reactor.RoomManager |
| |
LEAVE_ROOM — Event, class net.user1.reactor.Client |
| |
LEAVE_ROOM — Constant Static Variable, class net.user1.reactor.ClientEvent |
|
Dispatched when the client that triggered this event leaves a
room. |
LEAVE_ROOM — Constant Static Variable, class net.user1.reactor.UPC |
|
The internal message id for LEAVE_ROOM, a UPC-fomatted message
sent to the server. |
LEAVE_ROOM_RESULT — Constant Static Variable, class net.user1.reactor.UPC |
| |
LEFT_ROOM — Constant Static Variable, class net.user1.reactor.UPC |
| |
length(o:Object) — Static Method , class net.user1.utils.ObjectUtil |
| |
length — Variable, class net.user1.utils.UDictionary |
|
Returns the number of items in the dictionary. |
LESS_THAN — Constant Static Variable, class net.user1.reactor.filters.CompareType |
| |
LESS_THAN_OR_EQUAL — Constant Static Variable, class net.user1.reactor.filters.CompareType |
| |
LEVEL_CHANGE — Constant Static Variable, class net.user1.logger.LogEvent |
|
Dispatched when the log's level is changed via Logger's setLevel() method. |
LEVEL_CHANGE — Event, class net.user1.logger.Logger |
| |
lifetimeClientsByType — Variable, class net.user1.reactor.Gateway |
|
An object whose properties specify the number of Union clients that have
connected to the gateway, broken down by client type. |
lifetimeClientsByUPCVersion — Variable, class net.user1.reactor.Gateway |
|
An object whose properties specify the number of Union clients that have
connected to the gateway, broken down by UPC version. |
lifetimeConnectionsByCategory — Variable, class net.user1.reactor.Gateway |
|
An object whose properties specify the number of connections to the gateway,
broken down by connection type. |
lifetimeRead — Variable, class net.user1.reactor.GatewayBandwidth |
|
The total number of bytes that have been received by this gateway from all
clients since the server started. |
lifetimeWritten — Variable, class net.user1.reactor.GatewayBandwidth |
|
The total number of bytes that have been sent to clients via this gateway
since the server started. |
LOAD — Event, class net.user1.reactor.snapshot.Snapshot |
| |
LOAD — Constant Static Variable, class net.user1.reactor.snapshot.SnapshotEvent |
|
Dispatched when a snapshot object has been updated in response to an earlier
call to Reactor's updateSnapshot() method. |
loadConfig(configURL:String) — method, class net.user1.reactor.Reactor |
|
Loads the client-configuration file. |
LocalData — class, package net.user1.utils |
|
The LocalData class stores typed ActionScript data locally on the
end-user's hard drive. |
LocalData() — Constructor, class net.user1.utils.LocalData |
|
Constructor. |
LogEvent — class, package net.user1.logger |
|
LogEvent is a simple data class used to pass information from
an application's Logger to registered event-listeners when
a log event occurs. |
LogEvent(type:String, bubbles:Boolean, cancelable:Boolean, message:String, level:String, timeStamp:String) — Constructor, class net.user1.logger.LogEvent |
|
Constructor
|
LOGGED_IN — Constant Static Variable, class net.user1.reactor.ConnectionState |
|
A connection state indicating that the client has a fully established
connection to Union Server, has successfully negotiated a
client/server handshake, and has successfully logged into a
server-side user account. |
LOGGED_IN — Constant Static Variable, class net.user1.reactor.UPC |
| |
LOGGED_OFF — Constant Static Variable, class net.user1.reactor.UPC |
| |
Logger — class, package net.user1.logger |
|
The Logger class manages Reactor's client-side log, which records
client/server communications and events of general interest for the
purposes of debugging. |
Logger(historyLength:uint) — Constructor, class net.user1.logger.Logger |
|
Constructor
|
login(userID:String, password:String) — method, class net.user1.reactor.AccountManager |
|
Logs in the current client using the specified userID and password. |
LOGIN — Constant Static Variable, class net.user1.reactor.AccountEvent |
|
Dispatched when any client that is known to the current client logs in. |
LOGIN — Event, class net.user1.reactor.AccountManager |
| |
LOGIN — Event, class net.user1.reactor.Client |
| |
LOGIN — Constant Static Variable, class net.user1.reactor.UPC |
|
The internal message id for LOGIN, a UPC-fomatted message sent to
the server. |
LOGIN — Event, class net.user1.reactor.UserAccount |
| |
LOGIN_RESULT — Constant Static Variable, class net.user1.reactor.AccountEvent |
|
Dispatched when the result of an earlier login request
by the current client is received. |
LOGIN_RESULT — Event, class net.user1.reactor.AccountManager |
| |
LOGIN_RESULT — Constant Static Variable, class net.user1.reactor.UPC |
| |
logoff(userID:String, password:String) — method, class net.user1.reactor.AccountManager |
|
Logs off a user account. |
logoff(password:String) — method, class net.user1.reactor.UserAccount |
|
Logs off this user account. |
LOGOFF — Constant Static Variable, class net.user1.reactor.AccountEvent |
|
Dispatched when any user account that is known to the current client
logs off. |
LOGOFF — Event, class net.user1.reactor.AccountManager |
| |
LOGOFF — Event, class net.user1.reactor.Client |
| |
LOGOFF — Constant Static Variable, class net.user1.reactor.UPC |
|
The internal message id for LOGOFF, a UPC-fomatted message sent to
the server. |
LOGOFF — Event, class net.user1.reactor.UserAccount |
| |
LOGOFF_RESULT — Constant Static Variable, class net.user1.reactor.AccountEvent |
|
Dispatched when the current client receives the result of an
earlier request to logoff a client. |
LOGOFF_RESULT — Event, class net.user1.reactor.AccountManager |
| |
LOGOFF_RESULT — Constant Static Variable, class net.user1.reactor.UPC |
| |
LOGOFF_RESULT — Event, class net.user1.reactor.UserAccount |
| |
LogTracer — class, package net.user1.logger |
|
Displays log messages in the Output window (Flash authoring) or
Console (Flex Builder, Flash Builder). |
LogTracer(log:net.user1.logger:Logger) — Constructor, class net.user1.logger.LogTracer |
|
Constructor
|
LRUCache — class, package net.user1.utils |
|
A least-recently-used object cache. |
LRUCache(maxLength:int) — Constructor, class net.user1.utils.LRUCache |
| |
|
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 |