class documentation

A mocked-up service, based on twisted.conch.ssh.service.SSHService.

Method logPrefix Undocumented
Method serviceStarted Record that the service was started.
Method serviceStopped Record that the service was stopped.
Method ssh_TEST A message that this service responds to.
Class Variable name Undocumented
Class Variable protocolMessages Undocumented
Instance Variable started True if this service has been started.
Instance Variable stopped True if this service has been stopped.

Inherited from SSHService:

Method packetReceived called when we receive a packet on the transport
Class Variable transport Undocumented
Class Variable _log Undocumented
def logPrefix(self): (source)
def serviceStarted(self): (source)

Record that the service was started.

def serviceStopped(self): (source)

Record that the service was stopped.

def ssh_TEST(self, packet): (source)

A message that this service responds to.

True if this service has been started.

True if this service has been stopped.