Home | Trees | Index | Help |
|
---|
Package twisted :: Package scripts :: Module conch :: Class SSHConnectForwardingChannel |
|
SSHChannel
--+ |SSHConnectForwardingChannel
--+ | SSHConnectForwardingChannel
Method Summary | |
---|---|
Called when the channel is closed. | |
Inherited from SSHConnectForwardingChannel | |
| |
| |
| |
Called when the channel is opened. | |
Called when we receive data. | |
Inherited from SSHChannel | |
| |
Called when bytes are added to the remote window. | |
Called when the other side will send no more data. | |
Called when we receive extended data (usually standard error). | |
tuple
|
Return a tuple describing our side of the connection. |
tuple
|
Return a tuple describing the other side of the connection. |
Close the channel. | |
Called when the the open failed for some reason. | |
bool
|
Called when a request is sent to this channel. |
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. | |
Send extended data to this channel. | |
Part of the Transport interface. |
Class Variable Summary | |
---|---|
Inherited from SSHChannel | |
NoneType |
name = None |
Method Details |
---|
closed(self)Called when the channel is closed.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:21:02 2003 | http://epydoc.sf.net |