NetDebuggerTracer
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Implements: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.utils.NetDebuggerTracer |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
Summary
Class properties
Class methods
Instance methods
Event handlers
Class properties
CONNECTION_CONTROLLER
static CONNECTION_CONTROLLER:String = "_NetDebugLocalToController"
(read,write)
CONNECTION_MOVIE
static CONNECTION_MOVIE:String = "_NetDebugLocalToDebugMovie"
(read,write)
METHOD_ONCOMMAND
static METHOD_ONCOMMAND:String = "onCommand"
(read,write)
METHOD_ONDATA
static METHOD_ONDATA:String = "onData"
(read,write)
PROTOCOL_HTTP
static PROTOCOL_HTTP = "http"
(read,write)
PROTOCOL_NONE
static PROTOCOL_NONE = "none"
(read,write)
PROTOCOL_RTMP
static PROTOCOL_RTMP = "rtmp"
(read,write)
SOURCE_CLIENT
static SOURCE_CLIENT:String = "Client"
(read,write)
SOURCE_FMS
static SOURCE_FMS:String = "Flash Communication Server"
(read,write)
SOURCE_NCD
static SOURCE_NCD:String = "NCD"
(read,write)
TYPE_ADDHEADER
static TYPE_ADDHEADER:String = "AddHeader"
(read,write)
TYPE_CALL
static TYPE_CALL:String = "Call"
(read,write)
TYPE_CLOSE
static TYPE_CLOSE:String = "Close"
(read,write)
TYPE_CONNECT
static TYPE_CONNECT:String = "Connect"
(read,write)
TYPE_DEBUGEVENT
static TYPE_DEBUGEVENT:String = "DebugEvent"
(read,write)
TYPE_ERROR
static TYPE_ERROR:String = "Error"
(read,write)
TYPE_NETSERVICESTRACE
static TYPE_NETSERVICESTRACE:String = "NetServicesTrace"
(read,write)
TYPE_RECEIVECALL
static TYPE_RECEIVECALL:String = "ReceivedCall"
(read,write)
TYPE_RESULT
static TYPE_RESULT:String = "Result"
(read,write)
TYPE_STATUS
static TYPE_STATUS:String = "Status"
(read,write)
TYPE_TRACE
static TYPE_TRACE:String = "Trace"
(read,write)
Class methods
getInstance
static function getInstance (
Returns:
singleton instance of NetDebuggerTracer
Instance methods
_getDebugEvent
function _getDebugEvent (
e:LogEvent) : Object
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Event handlers
onLog
function onLog (
e:LogEvent) : Void
Sends log message obtained from the passed-in
registred
#e model to allregistred
Logger listeners.Parameters:
e:
A com.bourre.log.LogEvent instance
#Specified by: