NetConnection events
93
Application server event messages
The following table describes the specific app_server events that the NetConnection Debugger
reports and the information it displays for each event:
Event type
Triggering event
Information fields
Error
An unresolved error occurred
in the Flash Remoting
gateway or adapter. These
errors should not occur in
normal processing.
Data Any object associated with the error event.
Normally an Exception object.
Message A message that describes the error.
HttpRequest
Header
The gateway received an
HTTP request.
HTTPHeaders The
contents of the HTTP request
headers.
AmfRequest
Header
The gateway received an
AMF request message. Each
HTTP request received by
the gateway includes an AMF
request.
AmfHeaders The contents of the AMF headers.
The headers include the Credentials header, if the
Flash Application uses the
setCredentials()
method, and the amf_server_debug header, which
contains the NetConnection Debugger app_server
debugging settings.
AmfResponse
Header
The gateway returned a
response to the Flash
Remoting client. This event
occurs for each HTTP
request.
AmfHeaders The contents of the AMF headers
sent in the response, if any. The gateway returns a
header if the client does not support cookies and
URL rewriting is being used for session
management.
AmfMethod
Call
The gateway received a
service function call. A single
AMF request can contain
multiple AMF method calls.
MethodName The service function being called.
Response URI The client-side identifier for the
responder. This value is internally generated by Flash
Remoting.
Parameters The arguments passed to the service
function.
AmfResponse
Call
The Flash gateway sent result
data to the client.
MethodName The Response URI identified by the
AmfMethodCall message, followed by
/onResult
.
Response URI Normally
“(undefined)”
.
Parameters The data returned by the service
function.
AmfStatusCall The Flash gateway or
application server threw an
exception.
MethodName The Response URI identified by the
AmfMethodCall message, followed by
/onStatus
.
Response URI Normally
“(undefined)”
.
Parameters An
error
object that describes the
error. For more information about the error object,
see
“The error object” on page 170
.
Information
Server or AMF status
information.
Message A message that provides information
about the status.