class _ExistingConnectionHelper: (source)
Implements interfaces: twisted.conch.endpoints._ISSHConnectionCreator
_ExistingConnectionHelper implements _ISSHConnectionCreator by handing out an existing SSH connection which is supplied to its initializer.| Method | __init__ |
|
| Method | cleanupConnection |
Do not do any cleanup on the connection. Leave that responsibility to whatever code created it in the first place. |
| Method | secureConnection |
|
| Instance Variable | connection |
Undocumented |
| Parameters | |
connection:SSHConnection | The SSHConnection which will not be modified in any way. |
immediate:bool. | An argument which will be ignored. |