| Home | Trees | Index | Help |
|
|---|
| Package pyxmpp :: Package jabber :: Module disco :: Class DiscoCacheFetcherBase |
|
CacheFetcher --+
|
DiscoCacheFetcherBase
Base class for disco cache fetchers.
:Cvariables:
- `stream`: stream used by the fetcher.
- `disco_class`: disco class to be used (`DiscoInfo` or `DiscoItems`).
:Types:
- `stream`: `pyxmpp.stream.Stream`
- `disco_class`: `classobj`
| Method Summary | |
|---|---|
Initialize the Service Discovery process. | |
| Inherited from CacheFetcher | |
Initialize an `CacheFetcher` object. | |
Handle a retrieval error and call apriopriate handler. | |
Handle a successfull retrieval and call apriopriate handler. | |
Handle fetcher timeout and call apriopriate handler. | |
| Class Variable Summary | |
|---|---|
NoneType |
disco_class = None |
NoneType |
stream = None |
| Method Details |
|---|
fetch(self)Initialize the Service Discovery process.
|
| Class Variable Details |
|---|
disco_class
|
stream
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed May 31 22:37:03 2006 | http://epydoc.sf.net |