Constructor

new(connection:NetConnection, groupspec:String)

Variables

@:flash.propertyread onlyestimatedMemberCount:Float

@:flash.propertyread onlyinfo:NetGroupInfo

@:flash.propertyread onlylocalCoverageFrom:String

@:flash.propertyread onlylocalCoverageTo:String

@:flash.propertyread onlyneighborCount:Float

@:flash.propertyreceiveMode:String

@:flash.propertyreplicationStrategy:String

Methods

addHaveObjects(startIndex:Float, endIndex:Float):Void

addWantObjects(startIndex:Float, endIndex:Float):Void

post(message:Object):String

removeHaveObjects(startIndex:Float, endIndex:Float):Void

removeWantObjects(startIndex:Float, endIndex:Float):Void

sendToNearest(message:Object, groupAddress:String):String

sendToNeighbor(message:Object, sendMode:String):String

writeRequestedObject(requestID:Int, object:Object):Void

Inherited Variables

Inherited Methods

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void