| Home | Trees | Index | Help |
|---|
| Package twisted :: Package protocols :: Module policies :: Class ThrottlingProtocol |
|
BaseProtocol--+ |Protocol--+ |ProtocolWrapper--+ | ThrottlingProtocol
| 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)
| |
registerProducer(self,
producer,
streaming)
| |
(inherited from ProtocolWrapper)
| |
throttleReads(self)
| |
throttleWrites(self)
| |
unregisterProducer(self)
| |
unthrottleReads(self)
| |
unthrottleWrites(self)
| |
write(self,
data)
| |
writeSequence(self,
seq)
| |
| 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 |