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

Class FindCmdChannel

source code

       twisted.python.log.Logger --+    
                                   |    
twisted.conch.ssh.channel.SSHChannel --+
                                       |
                                      FindCmdChannel

Instance Methods [hide private]
 
openFailed(self, reason)
Called when the the open failed for some reason.
source code
 
channelOpen(self, ignoredData)
Called when the channel is opened.
source code
 
request_exit_status(self, data) source code

Inherited from twisted.conch.ssh.channel.SSHChannel: __init__, __str__, addWindowBytes, closeReceived, closed, dataReceived, eofReceived, extReceived, getHost, getPeer, logPrefix, loseConnection, requestReceived, startWriting, stopWriting, write, writeExtended, writeSequence

Inherited from twisted.python.log.Logger: __providedBy__

Class Variables [hide private]

Inherited from twisted.conch.ssh.channel.SSHChannel: name

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

Method Details [hide private]

openFailed(self, reason)

source code 
Called when the the open failed for some reason. reason.desc is a string descrption, reason.code the the SSH error code.
Overrides: twisted.conch.ssh.channel.SSHChannel.openFailed
(inherited documentation)

channelOpen(self, ignoredData)

source code 
Called when the channel is opened. specificData is any data that the other side sent us when opening the channel.
Overrides: twisted.conch.ssh.channel.SSHChannel.channelOpen
(inherited documentation)