Macromedia flash remoting mx-using flash remoting for flash mx 2004 actionscript 2.0 Manuel D’Utilisation

Page de 180
90
Chapter 5:  The NetConnection Debugger
The following table describes the information the NetConnection Debugger displays about 
specific event types.
Event type
Information displayed by the debugger
client
Activity information sent from the client. The default value is 
true
.
For detailed information on client debug events, se
.
You can selectively enable and disable the following subcategories of 
client events.
trace
Client Connection trace events. If client trace reporting is enabled, the 
NetConnection Debugger displays the output of 
Connection.trace()
 and 
NetDebug.trace()
 methods. The default value is 
true
.
http
Client Connection events that communicate with the remote source using 
HTTP. These events include connecting to the server, and Flash 
Remoting service calls and the returned results. The default value is 
true
.
recordset
Events associated with the delivery of pageable record set data to the 
client. These events occur only if the record set is pageable.The default 
value is 
true
.
rtmp
Client Connection events that communicate with the remote server using 
Real-Time Messaging Protocol (RTMP). Communication with the Flash 
Communication Server uses RTMP. Flash Remoting does not use 
RTMP. The default value is 
true
.
app_server
Information about events on the application server. This category 
includes activities reported by the server itself and Flash Remoting 
gateway activities.
For detailed information on server debug events, se
.
You can selectively enable and disable the following subcategories of 
app_server events. The default value is 
true
.
trace
Server trace events. The default value is 
true
.
(This event type is not used currently.)
error
Server error events. These include any errors generated during the 
execution of the Flash Remoting gateway or adapters. The default value 
is 
true
.
httpheaders
Server HTTP header events. When enabled, the NetConnection 
Debugger reports a server HTTP header event for each HTTP request. 
The default value is 
false.
amfheaders
Action Message Format (AMF) header events. When enabled, the 
NetConnection Debugger reports a server AMF request header event 
and a server AMF response header event for each AMF request and 
response. A single AMF request can include multiple service function 
calls. The default value is 
false
.
amf
Server AMF events. When enabled, the NetConnection Debugger 
reports a server AMF method call event and a server AMF method 
response event for each service function call and response. The default 
value is 
false
.