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  
major — Variable, class net.user1.reactor.VersionNumber
The major component of a version number (e.g., the 1 in 1.2.0.34).
maxClients — Variable, class net.user1.reactor.RoomSettings
The maximum number of clients allowed in the room at the same time.
maxClientsPerSecond — Variable, class net.user1.reactor.Gateway
The highest ever value recorded for clientsPerSecond.
maxConnectionsPerSecond — Variable, class net.user1.reactor.Gateway
The highest ever value recorded for connectionsPerSecond.
maxIntervalRead — Variable, class net.user1.reactor.GatewayBandwidth
The maximum number of bytes ever received by this gateway from all clients in any one-second period since the server started.
maxIntervalWritten — Variable, class net.user1.reactor.GatewayBandwidth
The maximum number of bytes ever sent by this gateway to all clients in any one-second period since the server started.
MemoryStore — class, package net.user1.utils
A minimal in-memory storage map with an API that matches LocalData's persistent-map API.
MemoryStore() — Constructor, class net.user1.utils.MemoryStore
MessageManager — class, package net.user1.reactor
The MessageManager class provides a set of services related to sending and receiving messages between the client and server.
MessageManager(reactor:net.user1.reactor:Reactor) — Constructor, class net.user1.reactor.MessageManager
Initializes MessageManager instances.
Messages — class, package net.user1.reactor
The Messages class defines constants representing the built-in messages defined by the Reactor library.
method — Variable, class net.user1.reactor.UPC
migrateListeners(oldObject:flash.events:IEventDispatcher, newObject:flash.events:IEventDispatcher, events:Array) — Static Method , class net.user1.utils.EventUtil
Moves the specified event listeners from the specified oldObject to the specified newObject.
MIN_HEARTBEAT_FREQUENCY — Constant Static Variable, class net.user1.reactor.ConnectionMonitor
The ConnectionMonitor's minimum heartbeat setting: 20 milliseconds.
minor — Variable, class net.user1.reactor.VersionNumber
The minor component of a version number (e.g., the 2 in 1.2.0.34).
MODERATOR — Constant Static Variable, class net.user1.reactor.SecurityRole
The security role for moderators.
ModuleDefinition — class, package net.user1.reactor
A simple data class representing the definition of a server-side module.
ModuleDefinition(id:String, type:String, source:String) — Constructor, class net.user1.reactor.ModuleDefinition
Constructor.
ModuleType — final class, package net.user1.reactor
The ModuleType class is an enumeration of constant values representing different module types for a server-side module.
msToElapsedDayHrMinSec(ms:Number) — Static Method , class net.user1.utils.NumericFormatter
Returns a human-readable string for specified milliseconds, as an elapsed-time readout, like a stopwatch.
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