Part of twisted.internet.interfaces View Source View In Hierarchy
Known implementations: twisted.internet.base.BaseConnector, twisted.names.srvconnect.SRVConnector
Each IConnector
manages one connection.
Method | stopConnecting | Stop attempting to connect. |
Method | disconnect | Disconnect regardless of the connection state. |
Method | connect | Try to connect to remote address. |
Method | getDestination | Return destination this will try to connect to. |
If we are connected, disconnect, if we are trying to connect, stop trying.