Home | Trees | Index | Help |
---|
Package twisted :: Package scripts :: Module conch :: Class SSHSession |
|
SSHChannel
--+
|
SSHSession
Method Summary | |
---|---|
__init__(self,
localWindow,
localMaxPacket,
remoteWindow,
remoteMaxPacket,
conn)
(inherited from SSHChannel )
| |
__str__(self)
(inherited from SSHChannel )
| |
Called when bytes are added to the remote window. (inherited from SSHChannel )
| |
channelOpen(self,
foo)
| |
Called when the channel is closed. | |
Called when we receive data. | |
Called when the other side will send no more data. | |
extReceived(self,
t,
data)
| |
tuple
|
Return a tuple describing out side of the connection. (inherited from SSHChannel )
|
tuple
|
Return a tuple describing the other side of the connection. (inherited from SSHChannel )
|
handleInput(self,
char)
| |
Close the channel. (inherited from SSHChannel )
| |
Called when the the open failed for some reason. (inherited from SSHChannel )
| |
request_exit_status(self,
data)
| |
bool
|
Called when a request is sent to this channel. (inherited from SSHChannel )
|
sendEOF(self)
| |
Called when the remote buffer has more room, as a hint to continue writing. | |
Called when the remote buffer is full, as a hint to stop writing. | |
Write some data to the channel. (inherited from SSHChannel )
| |
Send extended data to this channel. (inherited from SSHChannel )
| |
Part of the Transport interface. (inherited from SSHChannel )
|
Class Variable Summary | |
---|---|
str |
name
|
Method Details |
---|
closed(self)Called when the channel is closed.
|
dataReceived(self, data)Called when we receive data.
|
eofReceived(self)Called when the other side will send no more data.
|
startWriting(self)Called when the remote buffer has more room, as a hint to continue writing.
|
stopWriting(self)Called when the remote buffer is full, as a hint to stop writing. This can be ignored, but it can be helpful.
|
Class Variable Details |
---|
name
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:58 2003 | http://epydoc.sf.net |