twisted.spread.test.test_pb._ReconnectingFakeConnectorState(object) class documentationtwisted.spread.test.test_pb
(View In Hierarchy)
Manages connection notifications for a _ReconnectingFakeConnector
instance.
| Instance Variable | notifications | pending Deferredsthat will fire when the_ReconnectingFakeConnector's
connect method is called | 
| Method | __init__ | Undocumented | 
| Method | notifyOnConnect | Connection notification. | 
| Method | notifyAll | Fire all pending notifications. | 
Deferreds that will fire when the _ReconnectingFakeConnector's
connect method is called
  Connection notification.
| Returns | A Deferredthat fires when this instance'stwisted.internet.interfaces.IConnector.connectmethod is called. (type:Deferred) | |