twisted.protocols.tls._ProducerMembrane(object) class documentationtwisted.protocols.tls
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IPushProducer
Stand-in for producer registered with a TLSMemoryBIOProtocol
transport.
Ensures that producer pause/resume events from the undelying transport are coordinated with pause/resume events from the TLS layer.
| Method | __init__ | Undocumented | 
| Method | pauseProducing | pauseProducingthe underlying producer, if it's not 
paused. | 
| Method | resumeProducing | resumeProducingthe underlying producer, if it's 
paused. | 
| Method | stopProducing | stopProducingthe underlying producer. | 
| Instance Variable | _producer | The application-layer producer. |