| Home | Trees | Index | Help |
|---|
| Package twisted :: Package conch :: Package ssh :: Module service :: Class SSHService |
|
SSHConnection,
SSHUserAuthServer,
SSHUserAuthClient| Method Summary | |
|---|---|
called when we receieve a packet on the transport | |
called when the service is active on the transport. | |
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
|
protocolMessages
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:33 2003 | http://epydoc.sf.net |