interface documentation
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. |