Package DataCollector :: Module SshSession :: Class SimpleConnection
[hide private]
[frames] | no frames]

Class SimpleConnection

source code

         twisted.python.log.Logger --+        
                                     |        
  twisted.conch.ssh.service.SSHService --+    
                                         |    
twisted.conch.ssh.connection.SSHConnection --+
                                             |
                                            SimpleConnection

Instance Methods [hide private]
 
serviceStarted(self) source code

Inherited from twisted.conch.ssh.connection.SSHConnection: __init__, adjustWindow, channelClosed, getChannel, gotGlobalRequest, openChannel, sendClose, sendData, sendEOF, sendExtendedData, sendGlobalRequest, sendRequest, serviceStopped, ssh_CHANNEL_CLOSE, ssh_CHANNEL_DATA, ssh_CHANNEL_EOF, ssh_CHANNEL_EXTENDED_DATA, ssh_CHANNEL_FAILURE, ssh_CHANNEL_OPEN, ssh_CHANNEL_OPEN_CONFIRMATION, ssh_CHANNEL_OPEN_FAILURE, ssh_CHANNEL_REQUEST, ssh_CHANNEL_SUCCESS, ssh_CHANNEL_WINDOW_ADJUST, ssh_GLOBAL_REQUEST, ssh_REQUEST_FAILURE, ssh_REQUEST_SUCCESS

Inherited from twisted.conch.ssh.connection.SSHConnection (private): _cbChannelRequest, _ebChannelRequest

Inherited from twisted.conch.ssh.service.SSHService: logPrefix, packetReceived

Inherited from twisted.python.log.Logger: __providedBy__

Class Variables [hide private]

Inherited from twisted.conch.ssh.connection.SSHConnection: name, protocolMessages

Inherited from twisted.conch.ssh.service.SSHService: transport

Inherited from twisted.python.log.Logger: __implemented__, __provides__

Method Details [hide private]

serviceStarted(self)

source code 
Overrides: twisted.conch.ssh.connection.SSHConnection.serviceStarted