This class can be used as a based to create TCP socked based networking servers.
It can handle connection requests and calls event handling functions that maybe overridden by subclasses to implement server application specific behavior.
The class provides the event handling functions: onincomming, onaccept, onclose, onstart, onshutdown and onstartlisten.
Alternatively, it can also call application defined callback functions to handle server events.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
Qserv.php |
Class |
base class to implement a server |