Classes, interfaces, and traits

Zend_Amf_Constants

The following constants are used throughout serialization and deserialization to detect the AMF marker and encoding types.

« More »

Zend_Amf_Exception

« More »

Zend_Amf_Request

Handle the incoming AMF request by deserializing the data to php object types and storing the data for Zend_Amf_Server to handle for processing.

« More »

Zend_Amf_Response

Handles converting the PHP object ready for response back into AMF

« More »

Classes, interfaces, and traits

Zend_Amf_Adobe_Auth

This class implements authentication against XML file with roles for Flex Builder.

« More »

Zend_Amf_Adobe_DbInspector

This class implements authentication against XML file with roles for Flex Builder.

« More »

Zend_Amf_Adobe_Introspector

This class implements a service for generating AMF service descriptions as XML.

« More »

Classes, interfaces, and traits

Zend_Amf_Auth_Abstract

Base abstract class for AMF authentication implementation

« More »

Classes, interfaces, and traits

Zend_Amf_Parse_Deserializer

Abstract cass that all deserializer must implement.

« More »

Zend_Amf_Parse_InputStream

InputStream is used to iterate at a binary level through the AMF request.

« More »

Zend_Amf_Parse_OutputStream

Iterate at a binary level through the AMF response

« More »

Zend_Amf_Parse_Resource_MysqlResult

This class will convert mysql result resource to array suitable for passing to the external entities.

« More »

Zend_Amf_Parse_Resource_MysqliResult

This class will convert mysql result resource to array suitable for passing to the external entities.

« More »

Zend_Amf_Parse_Resource_Stream

This class will convert stream resource to string by just reading it

« More »

Zend_Amf_Parse_Serializer

Base abstract class for all AMF serializers.

« More »

Zend_Amf_Parse_TypeLoader

Loads a local class and executes the instantiation of that class.

« More »

Classes, interfaces, and traits

Zend_Amf_Parse_Amf0_Deserializer

Read an AMF0 input stream and convert it into PHP data types

« More »

Zend_Amf_Parse_Amf0_Serializer

Serializer PHP misc types back to there corresponding AMF0 Type Marker.

« More »

Classes, interfaces, and traits

Zend_Amf_Parse_Amf3_Deserializer

Read an AMF3 input stream and convert it into PHP data types.

« More »

Zend_Amf_Parse_Amf3_Serializer

Detect PHP object type and convert it to a corresponding AMF3 object type

« More »

Classes, interfaces, and traits

Zend_Amf_Request_Http

AMF Request object -- Request via HTTP

« More »

Classes, interfaces, and traits

Zend_Amf_Response_Http

Creates the proper http headers and send the serialized AMF stream to standard out.

« More »

Classes, interfaces, and traits

Zend_Amf_Server

An AMF gateway server implementation to allow the connection of the Adobe Flash Player to Zend Framework

« More »

Zend_Amf_Server_Exception

Zend_Amf_Server_Exception

« More »

Classes, interfaces, and traits

Zend_Amf_Util_BinaryStream

Utility class to walk through a data stream byte by byte with conventional names

« More »

Classes, interfaces, and traits

Zend_Amf_Value_ByteArray

Wrapper class to store an AMF3 flash.utils.ByteArray

« More »

Zend_Amf_Value_MessageBody

An AMF Message contains information about the actual individual transaction that is to be performed. It specifies the remote operation that is to be performed; a local (client) operation to be invoked upon success; and, the data to be used in the operation.

« More »

Zend_Amf_Value_MessageHeader

Message Headers provide context for the processing of the the AMF Packet and all subsequent Messages.

« More »

Zend_Amf_Value_Messaging_AbstractMessage

This is the default Implementation of Message, which provides a convenient base for behavior and association of common endpoints

« More »

Zend_Amf_Value_Messaging_AcknowledgeMessage

This is the type of message returned by the MessageBroker to endpoints after the broker has routed an endpoint's message to a service.

« More »

Zend_Amf_Value_Messaging_ArrayCollection

Type encapsulating Flex ArrayCollection

« More »

Zend_Amf_Value_Messaging_AsyncMessage

This type of message contains information necessary to perform point-to-point or publish-subscribe messaging.

« More »

Zend_Amf_Value_Messaging_CommandMessage

A message that represents an infrastructure command passed between client and server. Subscribe/unsubscribe operations result in CommandMessage transmissions, as do polling operations.

« More »

Zend_Amf_Value_Messaging_ErrorMessage

Creates the error message to report to flex the issue with the call

« More »

Zend_Amf_Value_Messaging_RemotingMessage

This type of message contains information needed to perform a Remoting invocation.

« More »

Zend_Amf_Value_TraitsInfo

Zend_Amf_Value_TraitsInfo

« More »