Package twisted :: Package scripts :: Module conch :: Class SSHConnectForwardingChannel
[show private | hide private]
[frames | no frames]

Class SSHConnectForwardingChannel

             SSHChannel --+    
                          |    
SSHConnectForwardingChannel --+
                              |
                             SSHConnectForwardingChannel


Method Summary
  __init__(self, hostport, *args, **kw)
(inherited from SSHConnectForwardingChannel)
  __str__(self)
(inherited from SSHChannel)
  addWindowBytes(self, bytes)
Called when bytes are added to the remote window. (inherited from SSHChannel)
  channelOpen(self, specificData)
Called when the channel is opened. (inherited from SSHConnectForwardingChannel)
  closed(self)
Called when the channel is closed.
  dataReceived(self, data)
Called when we receive data. (inherited from SSHConnectForwardingChannel)
  eofReceived(self)
Called when the other side will send no more data. (inherited from SSHChannel)
  extReceived(self, dataType, data)
Called when we receive extended data (usually standard error). (inherited from SSHChannel)
tuple getHost(self)
Return a tuple describing out side of the connection. (inherited from SSHChannel)
tuple getPeer(self)
Return a tuple describing the other side of the connection. (inherited from SSHChannel)
  loseConnection(self)
Close the channel. (inherited from SSHChannel)
  openFailed(self, reason)
Called when the the open failed for some reason. (inherited from SSHChannel)
bool requestReceived(self, requestType, data)
Called when a request is sent to this channel. (inherited from SSHChannel)
  startWriting(self)
Called when the remote buffer has more room, as a hint to continue writing. (inherited from SSHChannel)
  stopWriting(self)
Called when the remote buffer is full, as a hint to stop writing. (inherited from SSHChannel)
  write(self, data)
Write some data to the channel. (inherited from SSHChannel)
  writeExtended(self, dataType, data)
Send extended data to this channel. (inherited from SSHChannel)
  writeSequence(self, data)
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.
Overrides:
twisted.conch.ssh.forwarding.SSHConnectForwardingChannel.closed (inherited documentation)

Generated by Epydoc 1.1 on Thu May 8 13:18:58 2003 http://epydoc.sf.net