Implements interfaces:
This is the default handler for the gateway. It's job is to handle everything that is specific to Amf for the gateway.
Located in /Amfphp/Core/Amf/Handler.php (line 17)
FILTER_AMF_EXCEPTION_HANDLER
= "FILTER_AMF_EXCEPTION_HANDLER"
(line 45)
filter called for exception handling an Amf packet/message, to give a plugin the chance to handle it.
This is for the Flex Messaging plugin to be able to intercept the exception and say it wants to handle it
FILTER_AMF_REQUEST_HEADER_HANDLER
= "FILTER_AMF_REQUEST_HEADER_HANDLER"
(line 28)
filter called for each amf request header, to give a plugin the chance to handle it.
Unless a plugin handles them, amf headers are ignored Headers embedded in the serialized requests are regarded to be a Amf specific, so they get their filter in Amf Handler
FILTER_AMF_REQUEST_MESSAGE_HANDLER
= "FILTER_AMF_REQUEST_MESSAGE_HANDLER"
(line 37)
filter called for each amf request message, to give a plugin the chance to handle it.
This is for the Flex Messaging plugin to be able to intercept the message and say it wants to handle it
Documentation generated on Thu, 24 Mar 2011 16:55:40 +0100 by phpDocumentor 1.4.3