Package twisted :: Package test :: Module test_conch :: Class SSHTestServerConnection
[show private | hide private]
[frames | no frames]

Class SSHTestServerConnection

SSHService --+    
             |    
 SSHConnection --+
                 |
                SSHTestServerConnection


Method Summary
  __init__(self)
(inherited from SSHConnection)
  adjustWindow(self, channel, bytesToAdd)
Tell the other side that we will receive more data. (inherited from SSHConnection)
  getChannel(self, ct, ws, mp, d)
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. (inherited from SSHService)
  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)

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