class twisted.words.protocols.jabber.ijabber.IXMPPHandlerCollection(Interface): (source)
Known implementations: twisted.words.protocols.jabber.xmlstream.XMPPHandlerCollection
Collection of handlers.
Contain several handlers and manage their connection.
Method | __iter__ | Get an iterator over all child handlers. |
Method | addHandler | Add a child handler. |
Method | removeHandler | Remove a child handler. |
Add a child handler.
Parameters | handler | Undocumented (type: IXMPPHandler ) |
Remove a child handler.
Parameters | handler | Undocumented (type: IXMPPHandler ) |