twisted.web._newclient.TransportProxyProducer
class documentationtwisted.web._newclient
View Source
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IPushProducer
An twisted.internet.interfaces.IPushProducer
implementation which wraps another such thing and proxies calls to it until
it is told to stop.
Method | __init__ | Undocumented |
Method | stopProxying | Stop forwarding calls of twisted.internet.interfaces.IPushProducer
methods to the underlying twisted.internet.interfaces.IPushProducer
provider. |
Method | stopProducing | Proxy the stoppage to the underlying producer, unless this proxy has been stopped. |
Method | resumeProducing | Proxy the resumption to the underlying producer, unless this proxy has been stopped. |
Method | pauseProducing | Proxy the pause to the underlying producer, unless this proxy has been stopped. |
Method | loseConnection | Proxy the request to lose the connection to the underlying producer, unless this proxy has been stopped. |
Instance Variable | _producer | The wrapped twisted.internet.interfaces.IPushProducer
provider or None
after this proxy has been stopped. |
twisted.internet.interfaces.IPushProducer
provider or None
after this proxy has been stopped.
Stop forwarding calls of twisted.internet.interfaces.IPushProducer
methods to the underlying twisted.internet.interfaces.IPushProducer
provider.
Proxy the stoppage to the underlying producer, unless this proxy has been stopped.
Proxy the resumption to the underlying producer, unless this proxy has been stopped.
Proxy the pause to the underlying producer, unless this proxy has been stopped.
Proxy the request to lose the connection to the underlying producer, unless this proxy has been stopped.