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

Public Member Functions

 __construct ()
 Constructor.
 
 getRawRequest ()
 Retrieve raw AMF Request.
 
- Public Member Functions inherited from Zend_Amf_Request
 initialize ($request)
 Prepare the AMF InputStream for parsing.
 
 readMessage (Zend_Amf_Parse_InputStream $stream)
 Takes the raw AMF input stream and converts it into valid PHP objects.
 
 readHeader ()
 Deserialize a message header from the input stream.
 
 readBody ()
 Deserialize a message body from the input stream.
 
 getAmfBodies ()
 Return an array of the body objects that were found in the amf request.
 
 addAmfBody (Zend_Amf_Value_MessageBody $message)
 Accessor to private array of message bodies.
 
 getAmfHeaders ()
 Return an array of headers that were found in the amf request.
 
 getObjectEncoding ()
 Return the either 0 or 3 for respect AMF version.
 
 setObjectEncoding ($int)
 Set the object response encoding.
 

Protected Attributes

 $_rawRequest
 
- Protected Attributes inherited from Zend_Amf_Request
 $_clientType = 0
 
 $_bodies = array()
 
 $_headers = array()
 
 $_objectEncoding = 0
 
 $_inputStream
 
 $_deserializer
 
 $_time
 

Constructor & Destructor Documentation

__construct ( )

Constructor.

Attempts to read from php://input to get raw POST request; if an error occurs in doing so, or if the AMF body is invalid, the request is declared a fault.

Returns
void

Member Function Documentation

getRawRequest ( )

Retrieve raw AMF Request.

Returns
string

Member Data Documentation

$_rawRequest
protected