class flash.net.NetGroup extends EventDispatcher

Available on flash

Instance Fields

function new(connection:NetConnection, groupspec:String):Void

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

function addMemberHint(peerID:String):Bool

function addNeighbor(peerID:String):Bool

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

function close():Void

function denyRequestedObject(requestID:Int):Void

function post(message:Object):String

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

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

function sendToAllNeighbors(message:Object):String

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

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

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