interface documentation
class IConnector(Interface): (source)
Known implementations: twisted.internet.base.BaseConnector
, twisted.names.srvconnect.SRVConnector
, twisted.internet.testing._FakeConnector
Object used to interface between connections and protocols.
Each IConnector
manages one connection.
Method | connect |
Try to connect to remote address. |
Method | disconnect |
Disconnect regardless of the connection state. |
Method | get |
Return destination this will try to connect to. |
Method | stop |
Stop attempting to connect. |