Packagecom.akamai.netSession.events
Classpublic class ClientAttributesEvent
InheritanceClientAttributesEvent Inheritance com.akamai.netSession.events.BaseNetSessionJsonEvent

Reports information about the NetSession client.



Public Properties
 PropertyDefined By
  acceptedEULA : Boolean
[read-only] See NetClient docs on property.
ClientAttributesEvent
  isOnline : Boolean
[read-only] See NetClient docs on property.
ClientAttributesEvent
  peerUploadRatio : Number
[read-only] See NetClient docs on property.
ClientAttributesEvent
  shareRate : Number
[read-only] See NetClient docs on property.
ClientAttributesEvent
  uploadPauseUntil : Number
[read-only] See NetClient docs on property.
ClientAttributesEvent
  version : Number
[read-only] See NetClient docs on property.
ClientAttributesEvent
Public Methods
 MethodDefined By
  
ClientAttributesEvent(type:String, jsonString:String, jsonObject:Object, bubbles:Boolean = false, cancelable:Boolean = false)
ClientAttributesEvent
Public Constants
 ConstantDefined By
  CLIENTATTRIBUTES_EVENT : String = clientAttributes
[static]
ClientAttributesEvent
Property Detail
acceptedEULAproperty
acceptedEULA:Boolean  [read-only]

See NetClient docs on property.


Implementation
    public function get acceptedEULA():Boolean
isOnlineproperty 
isOnline:Boolean  [read-only]

See NetClient docs on property.


Implementation
    public function get isOnline():Boolean
peerUploadRatioproperty 
peerUploadRatio:Number  [read-only]

See NetClient docs on property.


Implementation
    public function get peerUploadRatio():Number
shareRateproperty 
shareRate:Number  [read-only]

See NetClient docs on property.


Implementation
    public function get shareRate():Number
uploadPauseUntilproperty 
uploadPauseUntil:Number  [read-only]

See NetClient docs on property.


Implementation
    public function get uploadPauseUntil():Number
versionproperty 
version:Number  [read-only]

See NetClient docs on property.


Implementation
    public function get version():Number
Constructor Detail
ClientAttributesEvent()Constructor
public function ClientAttributesEvent(type:String, jsonString:String, jsonObject:Object, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
jsonString:String
 
jsonObject:Object
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
CLIENTATTRIBUTES_EVENTConstant
public static const CLIENTATTRIBUTES_EVENT:String = clientAttributes