| Package | flash.net |
| Class | public final class NetGroupInfo |
| Inheritance | NetGroupInfo Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 2 |
NetGroup.info property returns a NetGroupInfo object which is
a snapshot of the current QoS state.
See also
| 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 | ||
![]() | prototype : 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 | ||
| 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 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
| objectReplicationSendBytesPerSecond | property |
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
| postingReceiveControlBytesPerSecond | property |
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
| postingReceiveDataBytesPerSecond | property |
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
| postingSendControlBytesPerSecond | property |
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
| postingSendDataBytesPerSecond | property |
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
| routingReceiveBytesPerSecond | property |
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
| routingSendBytesPerSecond | property |
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
| 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.
ReturnsString —
A string containing the values of the properties of the NetGroupInfo object
|