interface documentation
class IFinishableConsumer(interfaces.IConsumer): (source)
Known implementations: twisted.protocols.ftp.SenderProtocol
A Consumer for producers that finish.
Present Since | |
11.0 |
Method | finish |
The producer has finished producing. |
Inherited from IConsumer
:
Method | register |
Register to receive data from a producer. |
Method | unregister |
Stop consuming data from a producer, without disconnecting. |
Method | write |
The producer will write data by calling this method. |