Home | Trees | Index | Help |
---|
Package twisted :: Package scripts :: Module conch :: Class SSHConnectForwardingChannel |
|
SSHChannel
--+ |SSHConnectForwardingChannel
--+ | SSHConnectForwardingChannel
Method Summary | |
---|---|
__init__(self,
hostport,
*args,
**kw)
(inherited from SSHConnectForwardingChannel )
| |
__str__(self)
(inherited from SSHChannel )
| |
Called when bytes are added to the remote window. (inherited from SSHChannel )
| |
Called when the channel is opened. (inherited from SSHConnectForwardingChannel )
| |
Called when the channel is closed. | |
Called when we receive data. (inherited from SSHConnectForwardingChannel )
| |
Called when the other side will send no more data. (inherited from SSHChannel )
| |
Called when we receive extended data (usually standard error). (inherited from SSHChannel )
| |
tuple
|
Return a tuple describing our 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. (inherited from SSHChannel )
| |
bool
|
Called when a request is sent to this channel. (inherited from SSHChannel )
|
Called when the remote buffer has more room, as a hint to continue writing. (inherited from SSHChannel )
| |
Called when the remote buffer is full, as a hint to stop writing. (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 )
| |
_close(self,
reason)
(inherited from SSHConnectForwardingChannel )
| |
_setClient(self,
client)
(inherited from SSHConnectForwardingChannel )
|
Method Details |
---|
closed(self)Called when the channel is closed.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:44 2003 | http://epydoc.sf.net |