|
|
SIPParty ()
| SIPParty |
SIPParty (bool reliable)
| SIPParty |
~SIPParty ()
| ~SIPParty |
[virtual]
void transmit (SIPEvent* event)
| transmit |
[pure virtual]
const char* getProtoName ()
| getProtoName |
[const pure virtual]
bool setParty (const URI& uri)
| setParty |
[pure virtual]
inline const String& getLocalAddr ()
| getLocalAddr |
[const]
inline const String& getPartyAddr ()
| getPartyAddr |
[const]
inline int getLocalPort ()
| getLocalPort |
[const]
inline int getPartyPort ()
| getPartyPort |
[const]
inline bool isReliable ()
| isReliable |
[const]
bool m_reliable | m_reliable |
[protected]
bool m_init | m_init |
[protected]
String m_local | m_local |
[protected]
String m_party | m_party |
[protected]
int m_localPort | m_localPort |
[protected]
int m_partyPort | m_partyPort |
[protected]
Generated by: paulc on bussard on Wed Oct 21 01:57:30 2009, using kdoc 2.0a54. |