Part of twisted.internet.interfaces View Source View In Hierarchy
Known subclasses: twisted.web.iweb.IBodyProducer
Known implementations: twisted.internet._pollingfile._PollableReadPipe, twisted.internet._win32stdio.StandardIO, twisted.web._newclient.TransportProxyProducer
Method | pauseProducing | Pause producing data. |
Method | resumeProducing | Resume producing data. |
Inherited from IProducer:
Method | stopProducing | Stop producing data. |
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.Resume producing data.
This tells a producer to re-add itself to the main loop and produce more data for its consumer.