Packagecom.aispeech.events
Classpublic class NetEvent
InheritanceNetEvent Inheritance AIEvent Inheritance flash.events.Event

Events defined for com.aispeech.net package



Public Properties
 PropertyDefined By
 Inheriteddata : *
[read-only]
AIEvent
 Inheritedmessage : String
[read-only]
AIEvent
Public Methods
 MethodDefined By
  
NetEvent(type:String, message:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
NetEvent
 Inherited
clone():Event
[override]
AIEvent
Public Constants
 ConstantDefined By
  CONNECTED : String = net.server is connected
[static] event data {sessionId:String} from RTMPConnection null from HTTPConnection
NetEvent
  EXCEPTION_AUTH_FAILED : String = net.exception.auth.failed
[static]
NetEvent
  EXCEPTION_CLOSED : String = net.exception.closed
[static]
NetEvent
  EXCEPTION_FAILED : String = net.exception.failed
[static]
NetEvent
  EXCEPTION_IOERROR : String = net.exception.io.error
[static]
NetEvent
  EXCEPTION_REJECTED : String = net.exception.rejected
[static]
NetEvent
  EXCEPTION_RPC_SECURITY_ERROR : String = net.exception.security.error
[static]
NetEvent
  EXCEPTION_SECURITY_ERROR : String = net.security.error
[static]
NetEvent
  EXCEPTION_TIMEOUT : String = net.exception.timeout
[static]
NetEvent
  LATENCYCHECK_FAULT : String = net.latencycheck.fault
[static]
NetEvent
  LATENCYCHECK_RESULT : String = net.latencycheck.result
[static]
NetEvent
  RESPONSED : String = net.server responses
[static] event data {header:Object, body: from RTMPConnection AIHttpResponse from HTTPConnection
NetEvent
Constructor Detail
NetEvent()Constructor
public function NetEvent(type:String, message:String, data:* = null, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
message:String
 
data:* (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
CONNECTEDConstant
public static const CONNECTED:String = net.server is connected

event data

EXCEPTION_AUTH_FAILEDConstant 
public static const EXCEPTION_AUTH_FAILED:String = net.exception.auth.failed

EXCEPTION_CLOSEDConstant 
public static const EXCEPTION_CLOSED:String = net.exception.closed

EXCEPTION_FAILEDConstant 
public static const EXCEPTION_FAILED:String = net.exception.failed

EXCEPTION_IOERRORConstant 
public static const EXCEPTION_IOERROR:String = net.exception.io.error

EXCEPTION_REJECTEDConstant 
public static const EXCEPTION_REJECTED:String = net.exception.rejected

EXCEPTION_RPC_SECURITY_ERRORConstant 
public static const EXCEPTION_RPC_SECURITY_ERROR:String = net.exception.security.error

EXCEPTION_SECURITY_ERRORConstant 
public static const EXCEPTION_SECURITY_ERROR:String = net.security.error

EXCEPTION_TIMEOUTConstant 
public static const EXCEPTION_TIMEOUT:String = net.exception.timeout

LATENCYCHECK_FAULTConstant 
public static const LATENCYCHECK_FAULT:String = net.latencycheck.fault

LATENCYCHECK_RESULTConstant 
public static const LATENCYCHECK_RESULT:String = net.latencycheck.result

RESPONSEDConstant 
public static const RESPONSED:String = net.server responses

event data