Package twisted :: Package conch :: Package ssh :: Module service :: Class SSHService
[show private | hide private]
[frames | no frames]

Class SSHService

Known Subclasses:
SSHConnection, SSHUserAuthServer, SSHUserAuthClient

Method Summary
  packetReceived(self, messageType, packet)
called when we receieve a packet on the transport
  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

Class Variable Summary
NoneType name
dict protocolMessages

Method Details

packetReceived(self, messageType, packet)

called when we receieve a packet on the transport

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

Class Variable Details

name

Type:
NoneType
Value:
None                                                                   

protocolMessages

Type:
dict
Value:
{}                                                                     

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