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 | getDestination |
Return destination this will try to connect to. |
| Method | stopConnecting |
Stop attempting to connect. |