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)NAMEData::AMF::Message - AMF Message classSYNOPSISuse 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);DESCRIPTIONData::AMF::Message is an object class for AMF Packet Message.SEE ALSOData::AMF::Packet, Catalyst::Controller::FlashRemotingMETHODSnew 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.AUTHORDaisuke Murase <typester@cpan.org>COPYRIGHTThis 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::handlers5.18(3pm) - mojave |
log::message::config(3pm) - osx |
amf.conf(5) - suse |
data::amf(3pm) - debian |
data::amf::remoting(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
Weird 'find' results |