A subclass of SSHConnection for testing.

Instance Variable channel the current channel. @type channel. TestChannel
Method logPrefix Undocumented
Method global_TestGlobal The other side made the 'TestGlobal' global request. Return True.
Method global_Test_Data The other side made the 'Test-Data' global request. Return True and the data we received.
Method channel_TestChannel The other side is requesting the TestChannel. Create a TestChannel instance, store it, and return it.
Method channel_ErrorChannel The other side is requesting the ErrorChannel. Raise an exception.
channel =
the current channel. @type channel. TestChannel
def logPrefix(self):
Undocumented
def global_TestGlobal(self, data):

The other side made the 'TestGlobal' global request. Return True.

def global_Test_Data(self, data):

The other side made the 'Test-Data' global request. Return True and the data we received.

def channel_TestChannel(self, windowSize, maxPacket, data):

The other side is requesting the TestChannel. Create a TestChannel instance, store it, and return it.

def channel_ErrorChannel(self, windowSize, maxPacket, data):

The other side is requesting the ErrorChannel. Raise an exception.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.