|
OPAL Version 3.10.2
|
#include <handlers.h>
Public Member Functions | |
| SIPRegisterHandler (SIPEndPoint &ep, const SIPRegister::Params ¶ms) | |
| virtual SIPTransaction * | CreateTransaction (OpalTransport &) |
| virtual void | OnReceivedOK (SIPTransaction &transaction, SIP_PDU &response) |
| virtual void | OnFailed (SIP_PDU::StatusCodes r) |
| void | UpdateParameters (const SIPRegister::Params ¶ms) |
| const SIPRegister::Params & | GetParams () const |
| const SIPURLList & | GetContacts () const |
| const SIPURLList & | GetServiceRoute () const |
Protected Member Functions | |
| virtual PBoolean | SendRequest (SIPHandler::State state) |
| void | SendStatus (SIP_PDU::StatusCodes code, State state) |
Protected Attributes | |
| SIPRegister::Params | m_parameters |
| unsigned | m_sequenceNumber |
| SIPURLList | m_contactAddresses |
| SIPURLList | m_serviceRoute |
| SIPRegisterHandler::SIPRegisterHandler | ( | SIPEndPoint & | ep, |
| const SIPRegister::Params & | params | ||
| ) |
| virtual SIPTransaction* SIPRegisterHandler::CreateTransaction | ( | OpalTransport & | ) | [virtual] |
Implements SIPHandler.
| const SIPURLList& SIPRegisterHandler::GetContacts | ( | ) | const [inline] |
References m_contactAddresses.
| const SIPRegister::Params& SIPRegisterHandler::GetParams | ( | ) | const [inline] |
References m_parameters.
| const SIPURLList& SIPRegisterHandler::GetServiceRoute | ( | ) | const [inline] |
References m_serviceRoute.
| virtual void SIPRegisterHandler::OnFailed | ( | SIP_PDU::StatusCodes | r | ) | [virtual] |
Reimplemented from SIPHandler.
| virtual void SIPRegisterHandler::OnReceivedOK | ( | SIPTransaction & | transaction, |
| SIP_PDU & | response | ||
| ) | [virtual] |
Reimplemented from SIPHandler.
| virtual PBoolean SIPRegisterHandler::SendRequest | ( | SIPHandler::State | state | ) | [protected, virtual] |
Reimplemented from SIPHandler.
| void SIPRegisterHandler::SendStatus | ( | SIP_PDU::StatusCodes | code, |
| State | state | ||
| ) | [protected] |
| void SIPRegisterHandler::UpdateParameters | ( | const SIPRegister::Params & | params | ) |
SIPURLList SIPRegisterHandler::m_contactAddresses [protected] |
Referenced by GetContacts().
SIPRegister::Params SIPRegisterHandler::m_parameters [protected] |
Referenced by GetParams().
unsigned SIPRegisterHandler::m_sequenceNumber [protected] |
SIPURLList SIPRegisterHandler::m_serviceRoute [protected] |
Referenced by GetServiceRoute().