class documentation
class XmlStreamServerFactory(xmlstream.BootstrapMixin, protocol.ServerFactory): (source)
Known subclasses: twisted.words.protocols.jabber.component.XMPPComponentServerFactory
Constructor: XmlStreamServerFactory(authenticatorFactory)
Factory for Jabber XmlStream objects as a server.
Present Since | |
8.2. |
Method | __init__ |
Undocumented |
Method | build |
Create an instance of XmlStream. |
Instance Variable | authenticator |
Factory callable that takes no arguments, to create a fresh authenticator to be associated with the XmlStream. |
Inherited from BootstrapMixin
:
Method | add |
Add a bootstrap event handler. |
Method | install |
Install registered bootstrap observers. |
Method | remove |
Remove a bootstrap event handler. |
Instance Variable | bootstraps |
The list of registered bootstrap event observers. |
Inherited from Factory
(via BootstrapMixin
, ServerFactory
):
Class Method | for |
Create a factory for the given protocol. |
Method | do |
Make sure startFactory is called. |
Method | do |
Make sure stopFactory is called. |
Method | log |
Describe this factory for log messages. |
Method | start |
This will be called before I begin listening on a Port or Connector. |
Method | stop |
This will be called before I stop listening on all Ports/Connectors. |
Class Variable | noisy |
Undocumented |
Class Variable | protocol |
Undocumented |
Instance Variable | num |
Undocumented |