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 |
dateToLocalHrMin(date:Date) — Static Method , class net.user1.utils.NumericFormatter |
|
Returns a 24-hour-clock representation of the specified time in
the system's local timezone. |
dateToLocalHrMinSec(date:Date) — Static Method , class net.user1.utils.NumericFormatter |
|
Returns a 24-hour-clock representation of the specified time in
the system's local timezone. |
dateToLocalHrMinSecMs(date:Date) — Static Method , class net.user1.utils.NumericFormatter |
|
Same as dateToLocalHrMinSec, but includes milliseconds. |
dateToUTCHrMin(date:Date) — Static Method , class net.user1.utils.NumericFormatter |
|
Returns a 24-hour-clock representation of the specified time in
UTC time. |
dateToUTCHrMinSec(date:Date) — Static Method , class net.user1.utils.NumericFormatter |
|
Returns a 24-hour-clock representation of the specified time in
UTC. |
dateToUTCHrMinSecMs(date:Date) — Static Method , class net.user1.utils.NumericFormatter |
|
Same as dateToUTCHrMinSec, but includes milliseconds. |
debug(msg:String) — method, class net.user1.logger.Logger |
|
Sends a message to the log, with severity "DEBUG". |
DEBUG — Constant Static Variable, class net.user1.logger.Logger |
| |
DEFAULT_AUTORECONNECT_ATTEMPT_LIMIT — Static Variable, class net.user1.reactor.ConnectionMonitor |
|
The default value for the maximum number of reconnection attempts the
ConnectionMonitor will make when automatic reconnection is enabled;
defaults to -1, meaning never stop attempting to reconnect if automatic
reconnection is enabled. |
DEFAULT_AUTORECONNECT_FREQUENCY — Static Variable, class net.user1.reactor.ConnectionMonitor |
|
The ConnectionMonitor's default automatic reconnection frequency
setting; defaults to -1 milliseconds, meaning don't attempt to reconnect. |
DEFAULT_CONNECTION_TIMEOUT — Static Variable, class net.user1.reactor.ConnectionMonitor |
|
The ConnectionMonitor's default connection-timeout setting; defaults
to 60000 milliseconds (one minute). |
DEFAULT_HEARTBEAT_FREQUENCY — Static Variable, class net.user1.reactor.ConnectionMonitor |
|
The ConnectionMonitor's default heartbeat setting; defaults to 10000
milliseconds. |
DEFAULT_READY_TIMEOUT — Static Variable, class net.user1.reactor.ConnectionManager |
| |
DEFAULT_SEND_DELAY — Constant Static Variable, class net.user1.reactor.HTTPConnection |
|
The default send-delay used for new HTTPConnection objects. |
DELETE — Constant Static Variable, class net.user1.reactor.AttributeEvent |
|
Dispatched when an attribute is deleted. |
DELETE — Event, class net.user1.reactor.Client |
| |
DELETE — Event, class net.user1.reactor.Room |
| |
deleteAttribute(attrName:String, attrScope:String) — method, class net.user1.reactor.Client |
|
Deletes the specified client attribute from the server. |
deleteAttribute(attrName:String, attrScope:String) — method, class net.user1.reactor.CustomClient |
| |
deleteAttribute(attrName:String, attrScope:String) — method, interface net.user1.reactor.IClient |
| |
deleteAttribute(attrName:String) — method, class net.user1.reactor.Room |
|
Deletes the specified room attribute from the server. |
deleteAttribute(attrName:String, attrScope:String) — method, class net.user1.reactor.UserAccount |
|
Deletes an attribute from this user account. |
DELETE_CLIENT_ATTRIBUTE — Event, class net.user1.reactor.Room |
| |
DELETE_CLIENT_ATTRIBUTE — Constant Static Variable, class net.user1.reactor.RoomEvent |
|
Dispatched when the current client is in or observing the room, and an
attribute in which the current client has expressed interest is removed
from any of the room's occupants or observers. |
DELETE_RESULT — Constant Static Variable, class net.user1.reactor.AttributeEvent |
|
Dispatched when the result of an attempt to delete an attribute
is received. |
DELETE_RESULT — Event, class net.user1.reactor.Client |
| |
DELETE_RESULT — Event, class net.user1.reactor.Room |
| |
description — Variable, class net.user1.reactor.ConnectionRefusal |
|
Returns an arbitrary string providing information about the condition
that led to the connection refusal by Union Server. |
deserialize(serializedRecord:String) — method, class net.user1.reactor.UPCProcessingRecord |
| |
deserializeParts(fromClientID:String, fromUserID:String, fromClientAddress:String, queuedAt:String, processingStartedAt:String, processingFinishedAt:String, source:String) — method, class net.user1.reactor.UPCProcessingRecord |
| |
disableHeartbeat() — method, class net.user1.reactor.ConnectionMonitor |
|
Disables the client-side heartbeat. |
disableHeartbeatLogging() — method, class net.user1.reactor.ConnectionMonitor |
|
Prevents heartbeat-related messages from appearing in the
client-side log. |
disableHTTPFailover() — method, class net.user1.reactor.Reactor |
|
Instructs Reactor to use persistent socket connections only when attempting
to connect to specified hosts and ports. |
disableStatistics() — method, class net.user1.reactor.Reactor |
|
Disables statistics tracking for this Reactor object. |
disableTimeStamp() — method, class net.user1.logger.Logger |
|
Hides the time stamp on subsequent messages. |
disconnect() — method, class net.user1.reactor.Connection |
|
For documentation, see IConnection's disconnect() method. |
disconnect() — method, class net.user1.reactor.ConnectionManager |
|
Terminates any open connection to the server. |
disconnect() — method, interface net.user1.reactor.IConnection |
|
Closes the connection to Union Server. |
disconnect() — method, class net.user1.reactor.Reactor |
|
Terminates any open connection to the server. |
DISCONNECT — Constant Static Variable, class net.user1.reactor.ConnectionEvent |
|
Dispatched when an IConnection object's connection to the server
is closed. |
DISCONNECT — Event, class net.user1.reactor.ConnectionManager |
| |
DISCONNECT — Constant Static Variable, class net.user1.reactor.ConnectionManagerEvent |
|
An event triggered when either the client or the server
closes an active connection. |
DISCONNECTION_IN_PROGRESS — Constant Static Variable, class net.user1.reactor.ConnectionState |
|
A connection state indicating that the client has begun the process of
disconnecting from Union Server. |
dispatchEvent(event:flash.events:Event) — method, class net.user1.reactor.CustomClient |
| |
dispatchSessionTerminated() — method, class net.user1.reactor.ConnectionManager |
| |
dispose() — method, class net.user1.reactor.Client |
|
Releases this client's resources. |
dispose() — method, class net.user1.reactor.ClientManager |
|
Permanently disables this object. |
dispose() — method, class net.user1.reactor.Connection |
|
For documentation, see IConnection's dispose() method. |
dispose() — method, class net.user1.reactor.ConnectionManager |
|
Permanently disables this object and releases all of its
resources. |
dispose() — method, class net.user1.reactor.HTTPConnection |
|
Permanently disables this object. |
dispose() — method, interface net.user1.reactor.IConnection |
|
Permanently disables the connection object. |
dispose() — method, class net.user1.reactor.MessageManager |
| |
dispose() — method, class net.user1.reactor.Reactor |
|
Permanently disables this object and releases all of its
resources. |
dispose() — method, class net.user1.reactor.SecureSocketConnection |
|
Permanently disables this XMLSocketConnection. |
dispose() — method, class net.user1.reactor.XMLSocketConnection |
|
Permanently disables this XMLSocketConnection. |
disposeCachedRooms() — method, class net.user1.reactor.RoomManager |
|
Forcibly removes all rooms from this RoomManager's room cache. |
DUPLICATE_VALUE — Constant Static Variable, class net.user1.reactor.Status |
| |
|
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 |