Changeset View
Changeset View
Standalone View
Standalone View
support/aphlict/client/src/AphlictMaster.as
| package { | package { | ||||
| import flash.events.Event; | import flash.events.Event; | ||||
| import flash.events.IOErrorEvent; | import flash.events.IOErrorEvent; | ||||
| import flash.events.ProgressEvent; | import flash.events.ProgressEvent; | ||||
| import flash.events.SecurityErrorEvent; | import flash.events.SecurityErrorEvent; | ||||
| import flash.events.TimerEvent; | import flash.events.TimerEvent; | ||||
| import flash.net.Socket; | import flash.net.Socket; | ||||
| import flash.utils.ByteArray; | import flash.utils.ByteArray; | ||||
| import flash.utils.Dictionary; | import flash.utils.Dictionary; | ||||
| import flash.utils.Timer; | import flash.utils.Timer; | ||||
| import vegas.strings.JSON; | import vegas.strings.JSON; | ||||
| public class AphlictMaster extends Aphlict { | final public class AphlictMaster extends Aphlict { | ||||
| /** | /** | ||||
| * The pool of connected clients. | * The pool of connected clients. | ||||
| */ | */ | ||||
| private var clients:Dictionary; | private var clients:Dictionary; | ||||
| /** | /** | ||||
| * A timer used to trigger periodic events. | * A timer used to trigger periodic events. | ||||
| ▲ Show 20 Lines • Show All 147 Lines • Show Last 20 Lines | |||||