class documentation
class CallbackPageCollector(pb.Referenceable): (source)
Constructor: CallbackPageCollector(callback)
I receive pages from the peer. You may instantiate a Pager with a remote reference to me. I will call the callback with a list of pages once they are all received.
Method | __init__ |
Undocumented |
Method | remote_ended |
Undocumented |
Method | remote_got |
Undocumented |
Instance Variable | callback |
Undocumented |
Instance Variable | pages |
Undocumented |
Inherited from Referenceable
:
Method | jelly |
(internal) |
Method | remote |
A remote message has been received. Dispatch it appropriately. |
Class Variable | perspective |
I am an object sent remotely as a direct reference. |
Inherited from Serializable
(via Referenceable
):
Method | process |
Return an ID which uniquely represents this object for this process. |
Inherited from Jellyable
(via Referenceable
, Serializable
):
Method | get |
Undocumented |