POE::Component::Client::opentick::ProtocolMsg - Individual protocol message handling.


POE-Component-Client-opentick documentation  | view source Contained in the POE-Component-Client-opentick distribution.

Index


NAME

Top

POE::Component::Client::opentick::ProtocolMsg -- Individual protocol message handling.

SYNOPSIS

Top

 use POE::Component::Client::opentick::ProtocolMsg;

 my $ps = POE::Component::Client::opentick::ProtocolMsg->new( );

DESCRIPTION

Top

Provides handling for all of the deep hackery and magic within POE::Component::Client::opentick::Protocol, and thus should not be gazed upon by mortal men.

See the documentation for the main ::opentick module for complete information.

METHODS

Top

new() -- create a new object instance
create_body() -- initialize the object instance
process_body() -- high level body handling routine
create_body() -- high level body creation routine

AUTHOR

Top

Jason McManus (INFIDEL) - infidel AT cpan.org

LICENSE

Top

Copyright (c) Jason McManus

This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.

The data from opentick.com are under an entirely separate license that varies according to exchange rules, etc. It is your responsibility to follow the opentick.com and exchange license agreements with the data.

Further details are available on http://www.opentick.com/.


POE-Component-Client-opentick documentation  | view source Contained in the POE-Component-Client-opentick distribution.