Package twisted :: Package scripts :: Module tkconch :: Class SSHConnection
[show private | hide private]
[frames | no frames]

Class SSHConnection

SSHService --+    
             |    
 SSHConnection --+
                 |
                SSHConnection


Method Summary
  __init__(self)
(inherited from SSHConnection)
  adjustWindow(self, channel, bytesToAdd)
Tell the other side that we will receive more data. (inherited from SSHConnection)
subclass of SSHChannel/tuple getChannel(self, channelType, windowSize, maxPacket, data)
The other side requested a channel of some sort. (inherited from SSHConnection)
int/tuple gotGlobalRequest(self, requestType, data)
We got a global request. (inherited from SSHConnection)
  openChannel(self, channel, extra)
Open a new channel on this connection. (inherited from SSHConnection)
  packetReceived(self, messageType, packet)
called when we receieve a packet on the transport (inherited from SSHService)
  sendClose(self, channel)
Close a channel. (inherited from SSHConnection)
  sendData(self, channel, data)
Send data to a channel. (inherited from SSHConnection)
  sendEOF(self, channel)
Send an EOF (End of File) for a channel. (inherited from SSHConnection)
  sendExtendedData(self, channel, dataType, data)
Send extended data to a channel. (inherited from SSHConnection)
  sendGlobalRequest(self, request, data, wantReply)
Send a global request for this connection. (inherited from SSHConnection)
  sendRequest(self, channel, requestType, data, wantReply)
Send a request to a channel. (inherited from SSHConnection)
  serviceStarted(self)
called when the service is active on the transport.
  serviceStopped(self)
called when the service is stopped, either by the connection ending or by another service being started (inherited from SSHConnection)
  ssh_CHANNEL_CLOSE(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_DATA(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_EOF(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_EXTENDED_DATA(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_FAILURE(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_OPEN(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_OPEN_CONFIRMATION(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_OPEN_FAILURE(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_REQUEST(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_SUCCESS(self, packet)
(inherited from SSHConnection)
  ssh_CHANNEL_WINDOW_ADJUST(self, packet)
(inherited from SSHConnection)
  ssh_GLOBAL_REQUEST(self, packet)
(inherited from SSHConnection)
  ssh_REQUEST_FAILURE(self, packet)
(inherited from SSHConnection)
  ssh_REQUEST_SUCCESS(self, packet)
(inherited from SSHConnection)

Method Details

serviceStarted(self)

called when the service is active on the transport.
Overrides:
twisted.conch.ssh.service.SSHService.serviceStarted (inherited documentation)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:59 2003 http://epydoc.sf.net