#include <sipstack.h>
Definition at line 153 of file sipstack.h.
Public Member Functions | |
| SipUrl (QString url, QString DisplayName) | |
| SipUrl (QString dispName, QString User, QString Hostname, int Port) | |
| SipUrl (SipUrl *orig) | |
| ~SipUrl () | |
| bool | operator== (SipUrl &rhs) |
| const QString | string () |
| QString | getDisplay () |
| QString | getUser () |
| QString | getHost () |
| QString | getHostIp () |
| QString | formatReqLineUrl () |
| QString | formatContactUrl () |
| int | getPort () |
| void | setHostIp (QString ip) |
| void | setPort (int p) |
Private Member Functions | |
| void | encode () |
| void | HostnameToIpAddr () |
Private Attributes | |
| QString | thisDisplayName |
| QString | thisUser |
| QString | thisHostname |
| QString | thisHostIp |
| int | thisPort |
| QString | thisUrl |
| SipUrl::SipUrl | ( | QString | url, | |
| QString | DisplayName | |||
| ) |
Definition at line 731 of file sipstack.cpp.
| SipUrl::SipUrl | ( | QString | dispName, | |
| QString | User, | |||
| QString | Hostname, | |||
| int | Port | |||
| ) |
Definition at line 746 of file sipstack.cpp.
| SipUrl::SipUrl | ( | SipUrl * | orig | ) |
Definition at line 763 of file sipstack.cpp.
| SipUrl::~SipUrl | ( | ) |
Definition at line 834 of file sipstack.cpp.
Definition at line 160 of file sipstack.h.
| const QString SipUrl::string | ( | ) | [inline] |
| QString SipUrl::getDisplay | ( | ) | [inline] |
| QString SipUrl::getUser | ( | ) | [inline] |
Definition at line 163 of file sipstack.h.
Referenced by SipRegistrar::add(), SipCall::AlertUser(), SipIM::FSM(), SipCall::FSM(), SipRegisteredUA::matches(), SipRegistrar::remove(), SipRegistration::SendRegister(), and SipXpidf::SipXpidf().
| QString SipUrl::getHost | ( | ) | [inline] |
Definition at line 164 of file sipstack.h.
Referenced by SipCall::AlertUser(), SipRegistrar::find(), SipRegistration::FSM(), SipRegistrar::FSM(), SipCall::FSM(), and SipXpidf::SipXpidf().
| QString SipUrl::getHostIp | ( | ) | [inline] |
Definition at line 165 of file sipstack.h.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipRegistrar::find(), SipCall::ForwardMessage(), SipRegistrar::FSM(), SipCall::FSM(), SipRegistrar::remove(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| QString SipUrl::formatReqLineUrl | ( | ) |
Definition at line 813 of file sipstack.cpp.
Referenced by SipMsg::addRequestLine(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| QString SipUrl::formatContactUrl | ( | ) |
| int SipUrl::getPort | ( | ) | [inline] |
Definition at line 168 of file sipstack.h.
Referenced by SipCall::AlertUser(), SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipCall::ForwardMessage(), SipRegistrar::FSM(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| void SipUrl::setHostIp | ( | QString | ip | ) | [inline] |
| void SipUrl::setPort | ( | int | p | ) | [inline] |
| void SipUrl::encode | ( | ) | [private] |
| void SipUrl::HostnameToIpAddr | ( | ) | [private] |
QString SipUrl::thisDisplayName [private] |
QString SipUrl::thisUser [private] |
Definition at line 177 of file sipstack.h.
Referenced by encode(), formatReqLineUrl(), getUser(), operator==(), and SipUrl().
QString SipUrl::thisHostname [private] |
Definition at line 178 of file sipstack.h.
Referenced by encode(), formatReqLineUrl(), getHost(), HostnameToIpAddr(), and SipUrl().
QString SipUrl::thisHostIp [private] |
Definition at line 179 of file sipstack.h.
Referenced by formatContactUrl(), getHostIp(), HostnameToIpAddr(), setHostIp(), and SipUrl().
int SipUrl::thisPort [private] |
Definition at line 180 of file sipstack.h.
Referenced by encode(), formatContactUrl(), formatReqLineUrl(), getPort(), setPort(), and SipUrl().
QString SipUrl::thisUrl [private] |
1.5.5