Part of twisted.web2.stream View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IPushProducer
| Method | __init__ | Undocumented | 
| Method | beginProducing | Undocumented | 
| Method | resumeProducing | Resume producing data. | 
| Method | pauseProducing | Pause producing data. | 
| Method | stopProducing | Undocumented | 
| Method | _doWrite | Undocumented | 
Resume producing data.
This tells a producer to re-add itself to the main loop and produce more data for its consumer.Pause producing data.
Tells a producer that it has produced too much data to process for the time being, and to stop until resumeProducing() is called.