A mocked-up version of twisted.conch.avatar.ConchUser

Method lookupChannel The server wants us to return a channel. If the requested channel is our TestChannel, return it, otherwise return None.
Method gotGlobalRequest No summary
def lookupChannel(self, channelType, windowSize, maxPacket, data):

The server wants us to return a channel. If the requested channel is our TestChannel, return it, otherwise return None.

def gotGlobalRequest(self, requestType, data):

The client has made a global request. If the global request is 'TestGlobal', return True. If the global request is 'TestData', return True and the request-specific data we received. Otherwise, return False.

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