NAME
AMF::Connection::Message - Encapsulates a request or response protocol packet/message
SYNOPSIS
# ...
my $request = new AMF::Connection::Message;
$request->setBody( $body );
# ..
DESCRIPTION
The AMF::Connection::Message class encapsulates a request or response protocol packet/message.
SEE ALSO
Storable::AMF0, Storable::AMF3, AMF::Connection::MessageHeader, AMF::Connection::MessageBody
AUTHOR
Alberto Attilio Reggiori, <areggiori at cpan dot org>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Alberto Attilio Reggiori
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.