|
PTLib
Version 2.18.8
|
This is the complete list of members for XMPP::BaseStreamHandler, including all inherited members.
| AddNotifier(const PNotifierTemplate< PXMLElement & > ¬ifier) | XMPP::BaseStreamHandler | inline |
| AutoDeleteFlag enum name | PThread | |
| AutoDeleteThread enum value | PThread | |
| BaseStreamHandler() | XMPP::BaseStreamHandler | |
| Class() | PObject | inlinestatic |
| Clone() const | PObject | virtual |
| CloneAs() const | PObject | inline |
| Compare(const PObject &obj) const | PObject | virtual |
| Compare2(T v1, T v2) | PObject | inlinestatic |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
| Comparison enum name | PObject | |
| CopyTraceContextIdentifier(PObject &obj) const | PObject | inline |
| CopyTraceContextIdentifier(PObject *obj) const | PObject | inline |
| CopyTraceContextIdentifier(PObject &to, const PObject &from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject &to, const PObject *from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject *to, const PObject &from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject *to, const PObject *from) | PObject | inlinestatic |
| Create(const PNotifier ¬ifier, INT parameter=0, AutoDeleteFlag deletion=AutoDeleteThread, Priority priorityLevel=NormalPriority, const PString &threadName=PString::Empty(), PINDEX stackSize=0) | PThread | static |
| Create(const PNotifier ¬ifier, const PString &threadName) | PThread | inlinestatic |
| Current() | PThread | static |
| e_IsAutoDelete enum value | PThread | protected |
| e_IsExternal enum value | PThread | protected |
| e_IsManualDelete enum value | PThread | protected |
| e_IsProcess enum value | PThread | protected |
| EqualTo enum value | PObject | |
| GetClass() const | PObject | inline |
| GetCurrentThreadName() | PThread | inlinestatic |
| GetIdentifiersAsString(PThreadIdentifier tid, PUniqueThreadIdentifier uid) | PThread | static |
| GetNumProcessors() | PThread | static |
| GetPercentageCPU(Times &previousTimes, const PTimeInterval &period=PTimeInterval(0, 1), PThreadIdentifier id=PNullThreadIdentifier) | PThread | static |
| GetPriority() const | PThread | virtual |
| GetStream() const | XMPP::BaseStreamHandler | inline |
| GetThreadName() const | PThread | virtual |
| GetThreadName(PThreadIdentifier id) | PThread | static |
| GetTimes(std::list< Times > ×) | PThread | static |
| GetTimes(std::set< Times > ×) | PThread | static |
| GetTraceContextIdentifier() const | PObject | inline |
| GreaterThan enum value | PObject | |
| HashFunction() const | PObject | virtual |
| InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
| IsAutoDelete() const | PThread | inline |
| IsClass(const char *name) const | PObject | inline |
| IsSuspended() const | PThread | virtual |
| IsTerminated() const | PThread | virtual |
| LessThan enum value | PObject | |
| m_AutoReconnect | XMPP::BaseStreamHandler | protected |
| m_ElementHandlers | XMPP::BaseStreamHandler | protected |
| m_originalStackSize | PThread | protected |
| m_ReconnectTimeout | XMPP::BaseStreamHandler | protected |
| m_Stream | XMPP::BaseStreamHandler | protected |
| m_threadId | PThread | protected |
| m_threadName | PThread | protected |
| m_threadNameMutex | PThread | protected |
| m_traceContextIdentifier | PObject | protected |
| m_type | PThread | protected |
| m_uniqueId | PThread | protected |
| Main() | XMPP::BaseStreamHandler | virtual |
| NoAutoDeleteThread enum value | PThread | |
| OnElement(PXMLElement &pdu) | XMPP::BaseStreamHandler | virtual |
| operator!=(const PObject &obj) const | PObject | inline |
| operator<(const PObject &obj) const | PObject | inline |
| operator<=(const PObject &obj) const | PObject | inline |
| operator==(const PObject &obj) const | PObject | inline |
| operator>(const PObject &obj) const | PObject | inline |
| operator>=(const PObject &obj) const | PObject | inline |
| P_DECLARE_TRACED_ENUM(Priority, LowestPriority, LowPriority, NormalPriority, HighPriority, HighestPriority) | PThread | |
| PDECLARE_NOTIFIER(Stream, BaseStreamHandler, OnOpen) | XMPP::BaseStreamHandler | protected |
| PDECLARE_NOTIFIER(Stream, BaseStreamHandler, OnClose) | XMPP::BaseStreamHandler | protected |
| PObject() | PObject | inlineprotected |
| PPROFILE_EXCLUDE(PThreadIdentifier GetThreadId() const ) | PThread | |
| PPROFILE_EXCLUDE(static PThreadIdentifier GetCurrentThreadId()) | PThread | |
| PPROFILE_EXCLUDE(PUniqueThreadIdentifier GetUniqueIdentifier() const ) | PThread | |
| PPROFILE_EXCLUDE(static PUniqueThreadIdentifier GetCurrentUniqueIdentifier()) | PThread | |
| PPROFILE_EXCLUDE(static PINDEX GetTotalCount()) | PThread | |
| PPROFILE_EXCLUDE(bool GetTimes(Times ×)) | PThread | |
| PPROFILE_EXCLUDE(static bool GetTimes(PThreadIdentifier id, Times ×)) | PThread | |
| PPROFILE_EXCLUDE(static void GetTimes(std::vector< Times > ×)) | PThread | |
| PrintOn(ostream &strm) const | PThread | virtual |
| PThread(PINDEX stack, AutoDeleteFlag deletion=AutoDeleteThread, Priority priorityLevel=NormalPriority, const PString &threadName=PString::Empty()) | PThread | |
| PTraceObjectInstance() const | PObject | inline |
| PTraceObjectInstance(const char *) | PObject | inlinestatic |
| PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
| PXAbortBlock() const | PThread | |
| PXBlockOnChildTerminate(int pid, const PTimeInterval &timeout) | PThread | |
| PXBlockOnIO(int handle, int type, const PTimeInterval &timeout) | PThread | |
| ReadFrom(istream &strm) | PObject | virtual |
| Restart() | PThread | virtual |
| Resume() | PThread | virtual |
| SetAutoDelete(AutoDeleteFlag deletion=AutoDeleteThread) | PThread | virtual |
| SetAutoReconnect(PBoolean b=true, long timeout=1000) | XMPP::BaseStreamHandler | |
| SetNoAutoDelete() | PThread | inline |
| SetPriority(Priority priorityLevel) | PThread | virtual |
| SetThreadName(const PString &name) | PThread | virtual |
| SetTraceContextIdentifier(unsigned id) | PObject | inline |
| SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
| SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
| Sleep(const PTimeInterval &delay) | PThread | static |
| Start(Transport *transport=0) | XMPP::BaseStreamHandler | virtual |
| Stop(const PString &error=PString::Empty()) | XMPP::BaseStreamHandler | virtual |
| Suspend(PBoolean susp=true) | PThread | virtual |
| Terminate() | PThread | virtual |
| Type enum name | PThread | protected |
| WaitAndDelete(PThread *&thread, const PTimeInterval &maxWait=10000, PMutex *mutex=NULL, bool lock=true) | PThread | static |
| WaitForTermination() const | PThread | |
| WaitForTermination(const PTimeInterval &maxWait) const | PThread | |
| Write(const void *buf, PINDEX len) | XMPP::BaseStreamHandler | virtual |
| Write(const PString &data) | XMPP::BaseStreamHandler | virtual |
| Write(const PXML &pdu) | XMPP::BaseStreamHandler | virtual |
| Yield() | PThread | static |
| ~BaseStreamHandler() | XMPP::BaseStreamHandler | |
| ~PObject() | PObject | inlinevirtual |
| ~PThread() | PThread |