class documentation

class twisted.web._newclient.TransportProxyProducer: (source)

Implements interfaces: twisted.internet.interfaces.IPushProducer

View In Hierarchy

An twisted.internet.interfaces.IPushProducer implementation which wraps another such thing and proxies calls to it until it is told to stop.

Class Variable disconnecting Undocumented
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.
_producer = (source)
The wrapped twisted.internet.interfaces.IPushProducer provider or None after this proxy has been stopped.
disconnecting = (source)

Undocumented

(type: bool)
def __init__(self, producer): (source)

Undocumented

def stopProxying(self): (source)

Stop forwarding calls of twisted.internet.interfaces.IPushProducer methods to the underlying twisted.internet.interfaces.IPushProducer provider.

def stopProducing(self): (source)

Proxy the stoppage to the underlying producer, unless this proxy has been stopped.

def resumeProducing(self): (source)

Proxy the resumption to the underlying producer, unless this proxy has been stopped.

def pauseProducing(self): (source)

Proxy the pause to the underlying producer, unless this proxy has been stopped.

def loseConnection(self): (source)

Proxy the request to lose the connection to the underlying producer, unless this proxy has been stopped.

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.