Package | com.aispeech.core |
Class | public class CoreRequesterBase |
Inheritance | CoreRequesterBase ![]() |
Subclasses | CoreRequester4HTTPService, CoreRequester4LocalService, CoreRequester4RTMPService |
Property | Defined By | ||
---|---|---|---|
coreRequesterParams : Object | CoreRequesterBase | ||
state : String [read-only] | CoreRequesterBase | ||
timeout : int | CoreRequesterBase |
Property | Defined By | ||
---|---|---|---|
_coreRequesterLog : CoreRequesterLog | CoreRequesterBase | ||
_currentStreamId : String | CoreRequesterBase | ||
_requestTimeout : Dictionary | CoreRequesterBase | ||
_state : String | CoreRequesterBase |
Method | Defined By | ||
---|---|---|---|
CoreRequesterBase(target:IEventDispatcher = null) | CoreRequesterBase |
Method | Defined By | ||
---|---|---|---|
clearRequestTimeout(requestId:String):void
clearn timeout closure function
| CoreRequesterBase | ||
onTimeout(requestId:String):void
core request timeout handler
dispatch CoreRequesterEvent.EXCEPTION_TIMEOUT, carrying recordId as data
| CoreRequesterBase |
_coreRequesterLog | property |
protected var _coreRequesterLog:CoreRequesterLog
_currentStreamId | property |
protected var _currentStreamId:String
_requestTimeout | property |
protected var _requestTimeout:Dictionary
_state | property |
protected var _state:String
coreRequesterParams | property |
coreRequesterParams:Object
public function get coreRequesterParams():Object
public function set coreRequesterParams(value:Object):void
state | property |
state:String
[read-only] public function get state():String
timeout | property |
timeout:int
public function get timeout():int
public function set timeout(value:int):void
CoreRequesterBase | () | Constructor |
public function CoreRequesterBase(target:IEventDispatcher = null)
target:IEventDispatcher (default = null )
|
clearRequestTimeout | () | method |
protected function clearRequestTimeout(requestId:String):void
clearn timeout closure function
Parameters
requestId:String |
onTimeout | () | method |
protected function onTimeout(requestId:String):void
core request timeout handler dispatch CoreRequesterEvent.EXCEPTION_TIMEOUT, carrying recordId as data
Parameters
requestId:String |