twisted.spread.util
module documentationtwisted.spread
View Source
Utility classes for spread.
Class | LocalMethod | Undocumented |
Class | LocalAsRemote | A class useful for emulating the effects of remote behavior locally. |
Class | LocalAsyncForwarder | A class useful for forwarding a locally-defined interface. |
Class | Pager | I am an object which pages out information. |
Class | StringPager | A simple pager that splits a string into chunks. |
Class | FilePager | Reads a file in chunks and sends the chunks as they come. |
Class | CallbackPageCollector | 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. |
Function | getAllPages | A utility method that will call a remote method which expects a PageCollector as the first argument. |
A utility method that will call a remote method which expects a PageCollector as the first argument.