Utility class for a single dict transaction. To be used with DictLookupFactory

Method protocolError override to catch unexpected dict protocol conditions
Method dictConnected override to be notified when the server is ready to accept commands
Method defineFailed override to catch reasonable failure responses to DEFINE
Method defineDone override to catch successful DEFINE
Method matchFailed override to catch resonable failure responses to MATCH
Method matchDone override to catch successful MATCH

Inherited from _PauseableMixin (via DictClient, LineReceiver):

Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented

Inherited from _PauseableMixin (via DictClient, LineReceiver):

Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented

Inherited from _PauseableMixin (via DictClient, LineReceiver):

Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented

Inherited from _PauseableMixin (via DictClient, LineReceiver):

Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented

Inherited from _PauseableMixin (via DictClient, LineReceiver):

Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented
def protocolError(self, reason): (source)

override to catch unexpected dict protocol conditions

def dictConnected(self): (source)

override to be notified when the server is ready to accept commands

def defineFailed(self, reason): (source)

override to catch reasonable failure responses to DEFINE

def defineDone(self, result): (source)

override to catch successful DEFINE

def matchFailed(self, reason): (source)

override to catch resonable failure responses to MATCH

def matchDone(self, result): (source)

override to catch successful MATCH

API Documentation for Twisted, generated by pydoctor at 2017-06-11 10:59:01.