class twisted.conch.manhole_ssh.TerminalUser(avatar.ConchUser, components.Adapter): (source)
Undocumented
Method | __init__ | Set my 'original' attribute to be the object I am adapting. |
Inherited from ConchUser:
Instance Variable | channelLookup | Undocumented |
Instance Variable | subsystemLookup | Undocumented |
Property | conn | The SSHConnection object for this user. |
Method | conn.setter | Undocumented |
Method | lookupChannel | The other side requested a channel of some sort. |
Method | lookupSubsystem | The other side requested a subsystem. |
Method | gotGlobalRequest | A global request was sent from the other side. |
Class Variable | _log | Undocumented |
Instance Variable | _conn | Undocumented |
Inherited from Adapter:
Class Variable | temporaryAdapter | If this is True, the adapter will not be persisted on the Componentized. |
Class Variable | multiComponent | If this adapter is persistent, should it be automatically registered for all appropriate interfaces. |
Instance Variable | original | Undocumented |
Method | __conform__ | I forward __conform__ to self.original if it has it, otherwise I simply return None. |
Method | isuper | Forward isuper to self.original |
Set my 'original' attribute to be the object I am adapting.