Package | flash.net |
Class | public final class NetGroupInfo |
Inheritance | NetGroupInfo Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
NetGroup.info
property returns a NetGroupInfo object which is
a snapshot of the current QoS state.
Related API Elements
flash.net.NetGroup.post()
flash.net.NetGroup.sendToNearest()
flash.net.NetGroup.sendToNeighbor()
flash.net.NetGroup.sendToAllNeighbors()
flash.net.NetGroup.addWantObjects()
flash.net.NetGroup.writeRequestedObject()
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
objectReplicationReceiveBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is receiving objects from
peers via the Object Replication system, in bytes per second. | NetGroupInfo | ||
objectReplicationSendBytesPerSecond : Number [read-only]
Specifies the rate at which objects are being copied from the local node to peers
by the Object Replication system, in bytes per second. | NetGroupInfo | ||
postingReceiveControlBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is receiving posting control overhead messages from peers, in bytes per second. | NetGroupInfo | ||
postingReceiveDataBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is receiving posting data from
peers, in bytes per second. | NetGroupInfo | ||
postingSendControlBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is sending posting control overhead messages to peers, in bytes per second. | NetGroupInfo | ||
postingSendDataBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is sending posting data to
peers, in bytes per second. | NetGroupInfo | ||
routingReceiveBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is receiving directed routing messages
from peers, in bytes per second. | NetGroupInfo | ||
routingSendBytesPerSecond : Number [read-only]
Specifies the rate at which the local node is sending directed routing messages to
peers, in bytes per second. | NetGroupInfo |
Method | Defined By | ||
---|---|---|---|
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns a string containing the values of the properties of the NetGroupInfo object. | NetGroupInfo | ||
Returns the primitive value of the specified object. | Object |
objectReplicationReceiveBytesPerSecond | property |
objectReplicationReceiveBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is receiving objects from peers via the Object Replication system, in bytes per second.
Implementation
public function get objectReplicationReceiveBytesPerSecond():Number
Related API Elements
objectReplicationSendBytesPerSecond | property |
objectReplicationSendBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which objects are being copied from the local node to peers by the Object Replication system, in bytes per second.
Implementation
public function get objectReplicationSendBytesPerSecond():Number
Related API Elements
postingReceiveControlBytesPerSecond | property |
postingReceiveControlBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is receiving posting control overhead messages from peers, in bytes per second.
Implementation
public function get postingReceiveControlBytesPerSecond():Number
Related API Elements
postingReceiveDataBytesPerSecond | property |
postingReceiveDataBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is receiving posting data from peers, in bytes per second.
Implementation
public function get postingReceiveDataBytesPerSecond():Number
Related API Elements
postingSendControlBytesPerSecond | property |
postingSendControlBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is sending posting control overhead messages to peers, in bytes per second.
Implementation
public function get postingSendControlBytesPerSecond():Number
Related API Elements
postingSendDataBytesPerSecond | property |
postingSendDataBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is sending posting data to peers, in bytes per second.
Implementation
public function get postingSendDataBytesPerSecond():Number
Related API Elements
routingReceiveBytesPerSecond | property |
routingReceiveBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is receiving directed routing messages from peers, in bytes per second.
Implementation
public function get routingReceiveBytesPerSecond():Number
Related API Elements
routingSendBytesPerSecond | property |
routingSendBytesPerSecond:Number
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.1, AIR 2 |
Specifies the rate at which the local node is sending directed routing messages to peers, in bytes per second.
Implementation
public function get routingSendBytesPerSecond():Number
Related API Elements
toString | () | method |
Thu Dec 6 2018, 01:12 PM -08:00