Packagecom.akamai.hd
Classpublic dynamic class HDClientProxy
InheritanceHDClientProxy Inheritance flash.utils.Proxy

This proxy class is used privately by HD Netstream to listen for capture client object callbacks.



Public Methods
 MethodDefined By
  
addHandler(name:String, handler:Function):void
Adds a handler for the specified callback name.
HDClientProxy
  
removeHandler(name:String, handler:Function):Boolean
Removes a handler method for the specified callback name.
HDClientProxy
Protected Methods
 MethodDefined By
  
hasProperty(name:*):Boolean
[override] Added to allow use with ZStream and HDS delivery
HDClientProxy
Method Detail
addHandler()method
public function addHandler(name:String, handler:Function):void

Adds a handler for the specified callback name.

Parameters

name:String — Name of callback to handle.
 
handler:Function — Handler to add.

hasProperty()method 
override flash_proxy function hasProperty(name:*):Boolean

Added to allow use with ZStream and HDS delivery

Parameters

name:*

Returns
Boolean
removeHandler()method 
public function removeHandler(name:String, handler:Function):Boolean

Removes a handler method for the specified callback name.

Parameters

name:String — Name of callback for whose handler is being removed.
 
handler:Function — Handler to remove.

Returns
Boolean — Returns true if the specified handler was found and successfully removed.