| Home | Trees | Index | Help |
|---|
| Package twisted :: Package conch :: Package ssh :: Module forwarding :: Class SSHListenForwardingChannel |
|
SSHChannel --+
|
SSHListenForwardingChannel
SSHListenServerForwardingChannel,
SSHListenClientForwardingChannel| Method Summary | |
|---|---|
(inherited from SSHChannel)
| |
Called when bytes are added to the remote window. (inherited from SSHChannel)
| |
Called when the channel is opened. | |
Called when the channel is closed. | |
Called when we receive data. | |
Called when the other side will send no more data. | |
Called when we receive extended data (usually standard error). (inherited from SSHChannel)
| |
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)
|
Close the channel. (inherited from SSHChannel)
| |
Called when the the open failed for some reason. | |
bool
|
Called when a request is sent to this channel. (inherited from SSHChannel)
|
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)
| |
| Method Details |
|---|
channelOpen(self, specificData)Called when the channel is opened. specificData is any data that the other side sent us when opening the channel.
|
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.
|
openFailed(self, reason)Called when the the open failed for some reason. reason.desc is a string descrption, reason.code the the SSH error code.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:04 2003 | http://epydoc.sf.net |