#include <xmpp.h>
List of all members.
Constructor & Destructor Documentation
| XMPP::BaseStreamHandler::BaseStreamHandler |
( |
| ) |
|
| XMPP::BaseStreamHandler::~BaseStreamHandler |
( |
| ) |
|
Member Function Documentation
| PNotifierList& XMPP::BaseStreamHandler::ElementHandlers |
( |
| ) |
[inline] |
| Stream* XMPP::BaseStreamHandler::GetStream |
( |
| ) |
[inline] |
| virtual void XMPP::BaseStreamHandler::Main |
( |
| ) |
[virtual] |
User override function for the main execution routine of the thread.
A descendent class must provide the code that will be executed in the thread within this function.
Note that the correct way for a thread to terminate is to return from this function.
Implements PThread.
| virtual void XMPP::BaseStreamHandler::OnElement |
( |
PXML & |
pdu | ) |
[virtual] |
| void XMPP::BaseStreamHandler::SetAutoReconnect |
( |
PBoolean |
b = true, |
|
|
long |
timeout = 1000 |
|
) |
| |
| virtual PBoolean XMPP::BaseStreamHandler::Start |
( |
Transport * |
transport = 0 | ) |
[virtual] |
| virtual PBoolean XMPP::BaseStreamHandler::Stop |
( |
const PString & |
error = PString::Empty() | ) |
[virtual] |
| virtual PBoolean XMPP::BaseStreamHandler::Write |
( |
const PString & |
data | ) |
[virtual] |
| virtual PBoolean XMPP::BaseStreamHandler::Write |
( |
const PXML & |
pdu | ) |
[virtual] |
| virtual PBoolean XMPP::BaseStreamHandler::Write |
( |
const void * |
buf, |
|
|
PINDEX |
len |
|
) |
| [virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: