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.internet.abstract.FileDescriptor, twisted.internet.iocpreactor.abstract.FileHandle, twisted.protocols.tls._ProducerMembrane, twisted.protocols.tls._PullToPush, twisted.web._newclient.TransportProxyProducer
Method | pauseProducing | Pause producing data. |
Method | resumeProducing | Resume producing data. |
Inherited from IProducer:
Method | stopProducing | Stop 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.
This tells a producer to re-add itself to the main loop and produce more data for its consumer.