| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module interfaces :: Class IProducer |
|
NonMetaInterface --+
|
IProducer
IPushProducer,
IPullProducerA producer produces data for a consumer.
Typically producing is done by calling the write method of an object implementingIConsumer.
| Method Summary | |
|---|---|
Stop producing data. | |
| Method Details |
|---|
stopProducing(self)Stop producing data. This tells a producer that its consumer has died, so it must stop producing data for good. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:10 2003 | http://epydoc.sf.net |