Home | Trees | Index | Help |
---|
Module test_protocol :: Class MyRawProtocol |
|
object
--+ |BaseProtocol
--+ |RawProtocol
--+ | MyRawProtocol
Method Summary | |
---|---|
a new object with type S, a subtype of T |
|
Callback called when the connection is established | |
Callback called when the connection is lost | |
Callback called to process received data |
Method Details |
---|
__new__(S, ...)
|
connectionEstablished(self)Callback called when the connection is established
|
connectionLost(self)Callback called when the connection is lost
|
dataReceived(self, data)Callback called to process received data
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Dec 7 16:06:04 2003 | http://epydoc.sf.net |