debian man page for data::amf::message

Query: data::amf::message

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Data::AMF::Message(3pm) 				User Contributed Perl Documentation				   Data::AMF::Message(3pm)

NAME
Data::AMF::Message - AMF Message class
SYNOPSIS
use Data::AMF::Packet; # get message my $packet = Data::AMF::Packet->deserialize($amf_packet); my $messages = $packet->messages; # do something about it my $first_request = $messages->[0]; # and return response my $response = $first_request->result($perl_object_you_want_to_return);
DESCRIPTION
Data::AMF::Message is an object class for AMF Packet Message.
SEE ALSO
Data::AMF::Packet, Catalyst::Controller::FlashRemoting
METHODS
new Create new Data::AMF::Message object. result($result) Return normal response AMF Message object against current request of AMF Message. error($error) Return error response AMF Message object against current request of AMF Message.
AUTHOR
Daisuke Murase <typester@cpan.org>
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.12.4 2010-08-04 Data::AMF::Message(3pm)
Related Man Pages
log::message::config5.18(3pm) - mojave
log::message::config(3pm) - suse
data::amf(3pm) - debian
data::amf::remoting(3pm) - debian
mail::message::wrapper::spamassassin(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?