Part of twisted.news.database View Source View In Hierarchy
Implements interfaces: twisted.news.database.INewsStorage
Method | __init__ | Undocumented |
Method | __setstate__ | Undocumented |
Method | listRequest | Returns a deferred whose callback will be passed a list of 4-tuples |
Method | subscriptionRequest | Returns a deferred whose callback will be passed the list of |
Method | postRequest | Returns a deferred whose callback will be invoked if 'message' |
Method | overviewRequest | Returns a deferred whose callback will be passed the a list of |
Method | xoverRequest | Returns a deferred whose callback will be passed a list of xover |
Method | xhdrRequest | Returns a deferred whose callback will be passed a list of XHDR data |
Method | listGroupRequest | Returns a deferred whose callback will be passed a two-tuple of |
Method | groupRequest | Returns a deferred whose callback will be passed a five-tuple of |
Method | articleExistsRequest | Returns a deferred whose callback will be passed with a true value |
Method | articleRequest | Returns a deferred whose callback will be passed a file-like object |
Method | headRequest | Returns a deferred whose callback will be passed the header for |
Method | bodyRequest | Returns a deferred whose callback will be passed the body for |
Method | _doPost | Undocumented |