Zend Framework  1.12
Public Member Functions | Protected Member Functions | List of all members
Zend_Amf_Response_Http Class Reference

Public Member Functions

 getResponse ()
 Create the application response header for AMF and sends the serialized AMF string.
 
- Public Member Functions inherited from Zend_Amf_Response
 finalize ()
 Instantiate new output stream and start serialization.
 
 writeMessage (Zend_Amf_Parse_OutputStream $stream)
 Serialize the PHP data types back into Actionscript and create and AMF stream.
 
 getResponse ()
 Return the output stream content.
 
 __toString ()
 Return the output stream content.
 
 addAmfBody (Zend_Amf_Value_MessageBody $body)
 Add an AMF body to be sent to the Flash Player.
 
 getAmfBodies ()
 Return an array of AMF bodies to be serialized.
 
 addAmfHeader (Zend_Amf_Value_MessageHeader $header)
 Add an AMF Header to be sent back to the flash player.
 
 getAmfHeaders ()
 Retrieve attached AMF message headers.
 
 setObjectEncoding ($encoding)
 Set the AMF encoding that will be used for serialization.
 

Protected Member Functions

 isIeOverSsl ()
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Amf_Response
 $_objectEncoding = 0
 
 $_bodies = array()
 
 $_headers = array()
 
 $_outputStream
 

Member Function Documentation

getResponse ( )

Create the application response header for AMF and sends the serialized AMF string.

Returns
string
isIeOverSsl ( )
protected