flash.net.NetGroup
type
class
extends
flash.events.EventDispatcher
available in
flash
metadata
:require
flash10_1
Constructor
new
(connection :
NetConnection
, groupspec :
String
)
Instance Variables
hide inherited
show inherited
estimatedMemberCount
(default,null) :
Float
info
(default,null) :
NetGroupInfo
localCoverageFrom
(default,null) :
String
localCoverageTo
(default,null) :
String
neighborCount
(default,null) :
Float
receiveMode
:
String
replicationStrategy
:
String
Instance Methods
hide inherited
show inherited
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
addHaveObjects
(startIndex :
Float
, endIndex :
Float
) :
Void
addMemberHint
(peerID :
String
) :
Bool
addNeighbor
(peerID :
String
) :
Bool
addWantObjects
(startIndex :
Float
, endIndex :
Float
) :
Void
close
() :
Void
convertPeerIDToGroupAddress
(peerID :
String
) :
String
denyRequestedObject
(requestID :
Int
) :
Void
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
post
(message :
Dynamic
) :
String
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
removeHaveObjects
(startIndex :
Float
, endIndex :
Float
) :
Void
removeWantObjects
(startIndex :
Float
, endIndex :
Float
) :
Void
sendToAllNeighbors
(message :
Dynamic
) :
String
sendToNearest
(message :
Dynamic
, groupAddress :
String
) :
String
sendToNeighbor
(message :
Dynamic
, sendMode :
String
) :
String
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
writeRequestedObject
(requestID :
Int
, object :
Dynamic
) :
Void