Classes and interfaces

Amfphp_Core_Config

responsable for loading and maintaining Amfphp configuration

« More »

Amfphp_Core_Exception

just a type to distinguish between Amfphp exceptions and any other exceptions

« More »

Amfphp_Core_FilterManager

Filters are provided by Amfphp to allow your contexts to 'filter into' the rest of Amfphp, i.e.

« More »

Amfphp_Core_Gateway

where everything comes together in amfphp.

« More »

Amfphp_Core_HttpRequestGatewayFactory

A gateway factory's job is to create a gateway.

« More »

Amfphp_Core_PluginManager

Loads plugins for Amfphp.

« More »

Constants

 

AMFPHP_ROOTPATH

AMFPHP_ROOTPATH 

Classes and interfaces

Amfphp_Core_Amf_Constants

constants relative to the Amf format

« More »

Amfphp_Core_Amf_Deserializer

Amfphp_Core_Amf_Deserializer takes the raw amf input stream and converts it PHP objects representing the data.

« More »

Amfphp_Core_Amf_Handler

This is the default handler for the gateway.

« More »

Amfphp_Core_Amf_Header

Amfphp_Core_Amf_Header is a data type that represents a single header passed via Amf

« More »

Amfphp_Core_Amf_Message

Amfphp_Core_Amf_Message is a data type that encapsulates all of the various properties a Message object can have.

« More »

Amfphp_Core_Amf_Packet

content holder for an Amf Packet.

« More »

Amfphp_Core_Amf_Serializer

AmfSerializer manages the job of translating PHP objects into the actionscript equivalent via Amf.

« More »

Amfphp_Core_Amf_Util

utils for Amf handling

« More »

Classes and interfaces

Amfphp_Core_Amf_Types_ByteArray

Amf byte arrays will be converted to and from this class

« More »

Amfphp_Core_Amf_Types_Date

Amf dates will be converted to and from this class.

« More »

Amfphp_Core_Amf_Types_Undefined

Amf Undefined will be converted to and from this class

« More »

Amfphp_Core_Amf_Types_Xml

Amf xml (not the AS3/AMF3 XMLDocument) will be converted to and from this class.

« More »

Amfphp_Core_Amf_Types_XmlDocument

AS3 XMLDocument type.

« More »

Classes and interfaces

Amfphp_Core_Common_IDeserializedRequestHandler

interface for a class that can handle a deserialized request

« More »

Amfphp_Core_Common_IDeserializer

interface for deserializers.

« More »

Amfphp_Core_Common_IExceptionHandler

An exception handler is passed an exception and must translate that into something that is serializable.

« More »

Amfphp_Core_Common_ISerializer

interface for serializers.

« More »

Amfphp_Core_Common_ClassFindInfo

The information necessary for a service router to be able to load a class' file and instanciate it could be extended later with namespaces when they become mainstream

« More »

Amfphp_Core_Common_ServiceCallParameters

place holder class for the variables necessary to make a service call

« More »

Amfphp_Core_Common_ServiceRouter

The Service Router class is responsible for executing the remote service method and returning it's value.

« More »