POE::Component::Client::opentick::Socket - Socket handling routines for the opentick POE component.


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

Index


NAME

Top

POE::Component::Client::opentick::Socket - Socket handling routines for the opentick POE component.

SYNOPSIS

Top

 use POE::Component::Client::opentick::Socket;

DESCRIPTION

Top

See POE::Component::Client::opentick for the main documentation.

METHODS

Top

new( )
initialize( %args )
connect( )

Connect.

disconnect( )

Disconnect.

reconnect( )

Yep.

redirect( )

Called when redirected by server.

retry_connect( )
get_bytes_recv( )
get_bytes_sent( )
get_packets_recv( )
get_packets_sent( )
get_connect_time( )

Statistical information. Just read the main docs, already.

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.