Yate
Public Member Functions | Protected Attributes
SIPParty Class Reference
Inheritance diagram for SIPParty:
RefObject GenObject

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)
Mutexmutex ()
const StringgetLocalAddr () const
const StringgetPartyAddr () const
int getLocalPort () const
int getPartyPort () const
bool isReliable () const

Protected Attributes

Mutexm_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: