class documentation

class AbstractClientMixin: (source)

Known subclasses: twisted.words.im.ircsupport.IRCProto, twisted.words.im.pbsupport.TwistedWordsClient

View In Hierarchy

Designed to be mixed in to a Protocol implementing class.

Inherit from me first.

Method __init__ Undocumented
Method connection​Lost Undocumented
Method connection​Made Undocumented
Method unregister​As​Account​Client Tell the chat UI that I have `signed off'.
Instance Variable account Undocumented
Instance Variable chat Undocumented
Class Variable _proto​Base Undocumented
Instance Variable _logon​Deferred Fired when I am done logging in.
def __init__(self, account, chatui, logonDeferred): (source)
def connectionLost(self, reason=connectionDone): (source)

Undocumented

Parameters
reason:FailureUndocumented
def connectionMade(self): (source)

Undocumented

def unregisterAsAccountClient(self): (source)
Tell the chat UI that I have `signed off'.
_protoBase: Type[Protocol] = (source)

Undocumented

_logonDeferred = (source)
Fired when I am done logging in.