ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.net 

NetGroupInfo  - AS3

Packageflash.net
Classpublic final class NetGroupInfo
InheritanceNetGroupInfo Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, 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.

Related API Elements



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
  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

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

Method Detail

toString

()method
public function toString():String

Language Version: ActionScript 3.0
Runtime Versions: Flash Player 10.1, 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