List of all members.
Public Member Functions |
|
| SIPParty (Mutex *mutex=0) |
|
| SIPParty (bool reliable, Mutex *mutex=0) |
|
virtual void | transmit (SIPEvent *event)=0 |
|
virtual const char * | getProtoName () const =0 |
|
virtual bool | setParty (const URI &uri)=0 |
|
virtual void * | getTransport ()=0 |
|
void | setAddr (const String &addr, int port, bool local) |
|
void | getAddr (String &addr, int &port, bool local) |
|
Mutex * | mutex () |
|
const String & | getLocalAddr () const |
|
const String & | getPartyAddr () const |
|
int | getLocalPort () const |
|
int | getPartyPort () const |
|
bool | isReliable () const |
Protected Attributes |
|
Mutex * | m_mutex |
|
bool | m_reliable |
|
String | m_local |
|
String | m_party |
|
int | m_localPort |
|
int | m_partyPort |
The documentation for this class was generated from the following file: