t.c.s.s.SSHService(log.Logger) : class documentation

Part of twisted.conch.ssh.service View Source View In Hierarchy

Known subclasses: twisted.conch.ssh.connection.SSHConnection, twisted.conch.ssh.userauth.SSHUserAuthClient, twisted.conch.ssh.userauth.SSHUserAuthServer

No class docstring
Method serviceStarted called when the service is active on the transport.
Method serviceStopped called when the service is stopped, either by the connection ending or by another service being started
Method logPrefix Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.
Method packetReceived called when we receive a packet on the transport
def serviceStarted(self): (source)
called when the service is active on the transport.
def serviceStopped(self): (source)
called when the service is stopped, either by the connection ending or by another service being started
def logPrefix(self): (source)
Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.
def packetReceived(self, messageNum, packet): (source)
called when we receive a packet on the transport
API Documentation for Twisted, generated by pydoctor at 2013-11-18 18:11:01.