Bot-Net
view release on metacpan or search on metacpan
lib/Bot/Net/Server.pm view on Meta::CPAN
=head1 SERVER STATES
These are additional states your server (or server mixin) may choose to implement that are provided to your server.
=head2 on server startup
This is yielded at the end of the L</on _start> handler for the L<POE> session. Your server should perform any initialization needed here.
=head2 on server quit
A server should emit this state when it wants the server to disconnect and shutdown. If all mixins are implemented correctly, they should listen for this state and close all resources, which should result in the server going into the L</on _stop> sta...
This should be used by protocol mixins to implement the shutdown sequence for their listening ports, open files, etc.
=head2 on server shutdown
This is called synchronously at the end of the L</on _stop> handler for the L<POE> session.
=head1 POE STATES
=head2 on _start
( run in 3.091 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )