Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module policies :: Class SpewingProtocol |
|
BaseProtocol
--+ |Protocol
--+ |ProtocolWrapper
--+ | SpewingProtocol
Method Summary | |
---|---|
(inherited from ProtocolWrapper )
| |
(Deprecated) (inherited from Protocol )
| |
(inherited from ProtocolWrapper )
| |
Called when a connection is made. (inherited from ProtocolWrapper )
| |
Called whenever data is received. | |
(inherited from ProtocolWrapper )
| |
(inherited from ProtocolWrapper )
| |
(inherited from ProtocolWrapper )
| |
(inherited from ProtocolWrapper )
| |
(inherited from ProtocolWrapper )
| |
(inherited from ProtocolWrapper )
| |
write(self,
data)
| |
(inherited from ProtocolWrapper )
|
Method Details |
---|
dataReceived(self, data)Called whenever data is received. Use this method to translate to a higher-level message. Usually, some callback will be made upon the receipt of each complete protocol message.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:54 2003 | http://epydoc.sf.net |