twisted.conch.endpoints._ConnectionReady(SSHConnection)
class documentationtwisted.conch.endpoints
View Source
(View In Hierarchy)
_ConnectionReady
is an SSHConnection
(an SSH service) which only propagates the serviceStarted event to a
Deferred
to
be handled elsewhere.
Method | __init__ | |
Method | serviceStarted | When the SSH connection service this object represents is
ready to be used, fire the connectionReady Deferred to
publish that event to some other interested party. |
Inherited from SSHService (via SSHConnection):
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 |
Inherited from SSHService (via SSHConnection):
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 |
Parameters | ready | A Deferred
which should be fired when serviceStarted happens. |