Known subclasses: twisted.spread.test.test_pb._ReconnectingFakeConnector

Implements interfaces: twisted.internet.interfaces.IConnector

A fake IConnector that allows us to inspect if it has been told to stop connecting.

Instance Variable stoppedConnecting has this connector's _FakeConnector.stopConnecting method been invoked yet?
Method __init__
Method stopConnecting Implement IConnector.stopConnecting and set _FakeConnector.stoppedConnecting to True
Method disconnect Implement IConnector.disconnect as a no-op.
Method connect Implement IConnector.connect as a no-op.
Method getDestination Implement IConnector.getDestination to return the address passed to __init__.
Instance Variable _address An IAddress provider that represents our destination.
stoppedConnecting =
has this connector's _FakeConnector.stopConnecting method been invoked yet?
_address =
An IAddress provider that represents our destination.
def __init__(self, address):
ParametersaddressAn IAddress provider that represents this connector's destination.
def disconnect(self):
def getDestination(self):

Implement IConnector.getDestination to return the address passed to __init__.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.