class documentation

class _ReconnectingFakeConnectorState: (source)

View In Hierarchy

Manages connection notifications for a _ReconnectingFakeConnector instance.

Method __init__ Undocumented
Method notifyAll Fire all pending notifications.
Method notifyOnConnect Connection notification.
Instance Variable notifications pending Deferreds that will fire when the _ReconnectingFakeConnector's connect method is called
def __init__(self): (source)

Undocumented

def notifyAll(self): (source)

Fire all pending notifications.

def notifyOnConnect(self): (source)

Connection notification.

Returns
DeferredA Deferred that fires when this instance's twisted.internet.interfaces.IConnector.connect method is called.
notifications = (source)

pending Deferreds that will fire when the _ReconnectingFakeConnector's connect method is called