A simple data class providing information about a gateway deployed
on Union Server. Each gateway provides Union clients with a unique
means of connecting to Union Server.
The number of clients per second currently connecting to the gateway.
connectionsPerSecond
variable
public var connectionsPerSecond:Number
Since :
Reactor 2.0.1
The number of raw connections per second currently being made to the gateway.
id
variable
public var id:String
Since :
Reactor 2.0.1
The gateway's id.
lifetimeClientsByType
variable
public var lifetimeClientsByType:Object
Since :
Reactor 2.0.1
An object whose properties specify the number of Union clients that have
connected to the gateway, broken down by client type. For example, a
gateway might have had 150 Reactor (Flash) client connections and
395 Orbiter (JavaScript) client connections.
lifetimeClientsByUPCVersion
variable
public var lifetimeClientsByUPCVersion:Object
Since :
Reactor 2.0.1
An object whose properties specify the number of Union clients that have
connected to the gateway, broken down by UPC version. For example, a
gateway might have had 250 clients that used UPC version 1.10.3 and 43
clients that used UPC version 1.5.0.
lifetimeConnectionsByCategory
variable
public var lifetimeConnectionsByCategory:Object
Since :
Reactor 2.0.1
An object whose properties specify the number of connections to the gateway,
broken down by connection type.
Connection types are determined by each gateway. For example, the built-in
gateways for Adobe Flash clients include the connection types "POLICYFILE"
(for Flash policy file requests) and "XMLSOCKETCLIENT" (for connections
that are determined to be legitimate Union clients). For every gateway,
one of the categories is always guaranteed to be "TOTAL". The "TOTAL"
connection category indicates the total raw number of lifetime connections
to the specified gateway, including all connection types.
maxClientsPerSecond
variable
public var maxClientsPerSecond:Number
Since :
Reactor 2.0.1
The highest ever value recorded for clientsPerSecond.
maxConnectionsPerSecond
variable
public var maxConnectionsPerSecond:Number
Since :
Reactor 2.0.1
The highest ever value recorded for connectionsPerSecond.