| IO-Mux documentation | view source | Contained in the IO-Mux distribution. |
IO::Mux::Handler::Service - any mux service
IO::Mux::Handler::Service is a IO::Mux::Handler IO::Mux::Handler::Service is extended by IO::Mux::Service::TCP
# only use extensions
This base-class defines what interface services provide. A service is (in the general case) a socket which is listening to incoming connections)
A new connection has arrived on the file-handle (socket) where we are listening on. The connection has been accepted and the filehandle of the new CLIENT has been added to the MUX. You may wish to send an initial string.
This module is part of IO-Mux distribution version 0.11, built on January 26, 2011. Website: http://perl.overmeer.net/ All modules in this suite: Any::Daemon, IO::Mux, and IO::Mux::HTTP.
Please post questions or ideas to perl@overmeer.net
Copyrights 2011 by Mark Overmeer. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html
| IO-Mux documentation | view source | Contained in the IO-Mux distribution. |