-
-
19 Mar 2004 05:23:29 UTC
- Distribution: Event-IO
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (514 / 1 / 2)
- Kwalitee
Bus factor: 0- 29.11% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (3.98KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- HASH(0x983c8c8)
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Event::IO::Server - general listener class, spawns client connections
METHODS
new ( named parameters... )
- spawn
-
Class for new connection objects, should inherit from Event::IO::Linear.
- handle
-
IO::Socket handle for listener (should be ::INET or ::UNIX; it's a good idea to set ReuseAddr for INET clients).
- data
-
Optional parameter, passed to child init_event.
data
Get/set data parameter to pass to init_event (can also set in new).
client_event
Called when we get a new client (select 'read' event).
AUTHOR
David B. Robins <dbrobins@davidrobins.net>
Module Install Instructions
To install Event::IO::Server, copy and paste the appropriate command in to your terminal.
cpanm Event::IO::Server
perl -MCPAN -e shell install Event::IO::Server
For more information on module installation, please visit the detailed CPAN module installation guide.