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 Deferreds that 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 Deferred
that fires when this instance's twisted.internet.interfaces.IConnector.connect
method is called. (type: Deferred) | |