IOMux::Handler::Service - any mux service
IOMux::Handler::Service
is a IOMux::Handler
IOMux::Handler::Service is extended by
IOMux::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)
- IOMux::Handler::Service->new(OPTIONS) See "Constructors" in IOMux::Handler
-
- IOMux::Handler::Service->open(MODE, WHAT, OPTIONS) See "Constructors" in IOMux::Handler
- $obj->fh See "Accessors" in IOMux::Handler
-
- $obj->fileno See "Accessors" in IOMux::Handler
-
- $obj->mux See "Accessors" in IOMux::Handler
-
- $obj->name See "Accessors" in IOMux::Handler
-
- $obj->usesSSL See "Accessors" in IOMux::Handler
- $obj->close([CALLBACK]) See "Connection" in IOMux::Handler
-
- $obj->timeout([TIMEOUT]) See "Connection" in IOMux::Handler
- $obj->mux_init(MUX, [HANDLER]) See "Connection" in IOMux::Handler
-
- $obj->mux_remove See "Connection" in IOMux::Handler
-
- $obj->mux_timeout See "Connection" in IOMux::Handler
- $obj->mux_except_flagged(FILENO) See "Reading" in IOMux::Handler
-
- $obj->mux_read_flagged(FILENO) See "Reading" in IOMux::Handler
- $obj->mux_write_flagged(FILENO) See "Writing" in IOMux::Handler
- $obj->mux_connection(CLIENT)
-
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.
- $obj->extractSocket(HASH)
-
- IOMux::Handler::Service->extractSocket(HASH) See "Helpers" in IOMux::Handler
-
- $obj->fdset(STATE, READ, WRITE, ERROR) See "Helpers" in IOMux::Handler
-
- $obj->show See "Helpers" in IOMux::Handler
This module is part of IOMux distribution version 0.12, built on January 27, 2011. Website: http://perl.overmeer.net/ All modules in this suite: "Any::Daemon", "IOMux", and "IOMux::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