twisted.spread.pb.Root(Referenceable)
class documentationtwisted.spread.pb
View Source
(View In Hierarchy)
Known subclasses: twisted.web.distrib.ResourcePublisher
Implements interfaces: twisted.spread.flavors.IPBRoot
Method | rootObject | A pb.BrokerFactory is requesting to publish me as a root
object. |
Inherited from Jellyable (via Referenceable, Serializable):
Method | getStateFor | Undocumented |
Inherited from Jellyable (via Referenceable, Serializable):
Method | getStateFor | Undocumented |
Inherited from Jellyable (via Referenceable, Serializable):
Method | getStateFor | Undocumented |
A pb.BrokerFactory
is requesting to publish me as a root
object.
When a pb.BrokerFactory
is sending me as the root object,
this method will be invoked to allow per-broker versions of an object. By
default I return myself.