t.s.p.PBServerFactory(protocol.ServerFactory) : class documentation

Part of twisted.spread.pb View Source View In Hierarchy

Server factory for perspective broker.

Login is done using a Portal object, whose realm is expected to return avatars implementing IPerspective. The credential checkers in the portal should accept IUsernameHashedPassword or IUsernameMD5Password.

Alternatively, any object providing or adaptable to IPBRoot can be used instead of a portal to provide the root object of the PB server.
Method __init__
Method buildProtocol Return a Broker attached to the factory (as the service provider).
Method clientConnectionMade Undocumented

Inherited from Factory (via ServerFactory):

Method doStart Make sure startFactory is called.
Method doStop Make sure stopFactory is called.
Method startFactory This will be called before I begin listening on a Port or Connector.
Method stopFactory This will be called before I stop listening on all Ports/Connectors.
def __init__(self, root, unsafeTracebacks=False, security=globalSecurity): (source)
Parametersrootfactory providing the root Referenceable used by the broker. (type: object providing or adaptable to IPBRoot. )
unsafeTracebacksif set, tracebacks for exceptions will be sent over the wire. (type: bool )
securitysecurity options used by the broker, default to globalSecurity. (type: twisted.spread.jelly.SecurityOptions )
def buildProtocol(self, addr): (source)
Return a Broker attached to the factory (as the service provider).
def clientConnectionMade(self, protocol): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.