_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
def __init__(self, ready): (source)
ParametersreadyA Deferred which should be fired when serviceStarted happens.
def serviceStarted(self): (source)

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.

API Documentation for Twisted, generated by pydoctor at 2019-08-06 12:10:50.