| Package | com.akamai.hd |
| Class | public dynamic class HDClientProxy |
| Inheritance | HDClientProxy flash.utils.Proxy |
| Method | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
hasProperty(name:*):Boolean [override]
Added to allow use with ZStream and HDS delivery
| HDClientProxy | ||
| addHandler | () | method |
public function addHandler(name:String, handler:Function):voidAdds 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:*):BooleanAdded to allow use with ZStream and HDS delivery
Parameters
name:* |
Boolean |
| removeHandler | () | method |
public function removeHandler(name:String, handler:Function):BooleanRemoves 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.
|
Boolean — Returns true if the specified handler was found and
successfully removed.
|