Zend Framework
1.12
|
Public Member Functions | |
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 | |
$_clientType = 0 | |
$_bodies = array() | |
$_headers = array() | |
$_objectEncoding = 0 | |
$_inputStream | |
$_deserializer | |
$_time | |
addAmfBody | ( | Zend_Amf_Value_MessageBody | $message | ) |
Accessor to private array of message bodies.
Zend_Amf_Value_MessageBody | $message |
getAmfBodies | ( | ) |
Return an array of the body objects that were found in the amf request.
getAmfHeaders | ( | ) |
Return an array of headers that were found in the amf request.
getObjectEncoding | ( | ) |
Return the either 0 or 3 for respect AMF version.
initialize | ( | $request | ) |
readBody | ( | ) |
Deserialize a message body from the input stream.
readHeader | ( | ) |
Deserialize a message header from the input stream.
A message header is structured as:
readMessage | ( | Zend_Amf_Parse_InputStream | $stream | ) |
Takes the raw AMF input stream and converts it into valid PHP objects.
Zend_Amf_Parse_InputStream |
setObjectEncoding | ( | $int | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |