Part of twisted.spread.flavors View Source View In Hierarchy
Known subclasses: twisted.spread.flavors.Root, twisted.spread.flavors.ViewPoint, twisted.spread.pb._PortalAuthChallenger, twisted.spread.pb._PortalWrapper, twisted.spread.pb.AsReferenceable, twisted.spread.refpath.PathReferenceContextDirectory, twisted.spread.refpath.PathReferenceDirectory
Method | remoteMessageReceived | A remote message has been received. Dispatch it appropriately. |
Method | jellyFor | (internal) |
Inherited from Serializable:
Method | processUniqueID | Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable (via Serializable):
Method | getStateFor | Undocumented |
A remote message has been received. Dispatch it appropriately.
The default implementation is to dispatch to a method called 'remote_messagename' and call it with the same arguments.(internal)
Return a tuple which will be used as the s-expression to serialize this to a peer.