Home | Trees | Index | Help |
---|
Package HappyChat :: Module HappyServer |
|
Classes | |
---|---|
_HappyServer |
Server Singleton |
Function Summary | |
---|---|
_HappyServer
|
Return the _Happyserver singleton instance |
Register the HappyChat server for now, have to find an implementation to register multiple servers. | |
The main server function : Threaded |
Function Details |
---|
HappyServer(id='HappyChat', hostname='localhost', port=1234, protocol=<class HappyChat.HappyChatProtocol.HappyChatDefaultProtoc...)Return the _Happyserver singleton instance
|
registerServer(id, hostname, port, protocol)Register the HappyChat server for now, have to find an implementation to register multiple servers. You can start your own server with your own protocol with using this function and comment its call in this __init__.py |
run_server(id, hostname='localhost', port=1234, protocol=None)The main server function : Threaded |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Sep 19 21:40:09 2004 | http://epydoc.sf.net |