class documentation

class twisted.words.protocols.jabber.xmlstream.XMPPHandlerCollection: (source)

Known subclasses: twisted.words.protocols.jabber.xmlstream.StreamManager

Implements interfaces: twisted.words.protocols.jabber.ijabber.IXMPPHandlerCollection

View In Hierarchy

Collection of XMPP subprotocol handlers.

This allows for grouping of subprotocol handlers, but is not an XMPPHandler itself, so this is not recursive.

Instance Variable handlers List of protocol handlers.
Method __init__ Undocumented
Method __iter__ Act as a container for handlers.
Method addHandler Add protocol handler.
Method removeHandler Remove protocol handler.
handlers = (source)
List of protocol handlers.
(type: list of objects providing IXMPPHandler)
def __init__(self): (source)
def __iter__(self): (source)
def addHandler(self, handler): (source)
def removeHandler(self, handler): (source)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.