| Home | Trees | Index | Help |
|
|---|
| Package g4ds :: Package protocols :: Module tcpsocketprotocol :: Class ProtocolImplementation |
|
ProtocolInterface --+
|
ProtocolImplementation
| Method Summary | |
|---|---|
Call super constructor and initialise with name. | |
Initialises the TCP socket. | |
Boolean
|
Send a message to the endpoint given. |
Stop listening. | |
Inherited from ProtocolInterface:
getName
| |
| Method Details |
|---|
__init__(self)
Call super constructor and initialise with name.
|
listen(self, callback)Initialises the TCP socket. Parameters are loaded from the config module. |
sendMessage(self, endpoint, message)Send a message to the endpoint given.
|
shutdown(self)Stop listening. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 | http://epydoc.sf.net |