Packageflash.net
Classpublic final class NetGroupInfo
InheritanceNetGroupInfo Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 2

The NetGroupInfo class specifies various Quality of Service (QoS) statistics related to a NetGroup object's underlying RTMFP Peer-to-Peer data transport. The NetGroup.info property returns a NetGroupInfo object which is a snapshot of the current QoS state.

See also

flash.net.NetGroup.info
flash.net.NetGroup.post()
flash.net.NetGroup.sendToNearest()
flash.net.NetGroup.sendToNeighbor()
flash.net.NetGroup.sendToAllNeighbors()
flash.net.NetGroup.addWantObjects()
flash.net.NetGroup.writeRequestedObject()


Public Properties
 PropertyDefined by
 Inheritedconstructor : 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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  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
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
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
 Inherited
Returns the primitive value of the specified object.
Object
Property detail
objectReplicationReceiveBytesPerSecondproperty
objectReplicationReceiveBytesPerSecond:Number  [read-only]

Language version: ActionScript 3.0
Runtime version: 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

See also

objectReplicationSendBytesPerSecondproperty 
objectReplicationSendBytesPerSecond:Number  [read-only]

Language version: ActionScript 3.0
Runtime version: 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

See also

postingReceiveControlBytesPerSecondproperty 
postingReceiveControlBytesPerSecond:Number  [read-only]

Language version: ActionScript 3.0
Runtime version: 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

See also

postingReceiveDataBytesPerSecondproperty 
postingReceiveDataBytesPerSecond:Number  [read-only]

Language version: ActionScript 3.0
Runtime version: 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

See also

postingSendControlBytesPerSecondproperty 
postingSendControlBytesPerSecond:Number  [read-only]

Language version: ActionScript 3.0
Runtime version: 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

See also

postingSendDataBytesPerSecondproperty 
postingSendDataBytesPerSecond:Number  [read-only]

Language version: ActionScript 3.0
Runtime version: 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

See also

routingReceiveBytesPerSecondproperty 
routingReceiveBytesPerSecond:Number  [read-only]

Language version: ActionScript 3.0
Runtime version: 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

See also

routingSendBytesPerSecondproperty 
routingSendBytesPerSecond:Number  [read-only]

Language version: ActionScript 3.0
Runtime version: 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

See also

Method detail
toString()method
public function toString():String

Language version: ActionScript 3.0
Runtime version: AIR 2

Returns a string containing the values of the properties of the NetGroupInfo object.

Returns
String — A string containing the values of the properties of the NetGroupInfo object