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