#include <handlers.h>
Inheritance diagram for SIPSubscribeHandler:
Public Member Functions | |
SIPSubscribeHandler (SIPEndPoint &ep, SIPSubscribe::SubscribeType type, const PString &to, int expire) | |
~SIPSubscribeHandler () | |
virtual SIPTransaction * | CreateTransaction (OpalTransport &) |
virtual void | OnReceivedOK (SIP_PDU &response) |
virtual void | OnTransactionTimeout (SIPTransaction &transaction) |
virtual BOOL | OnReceivedNOTIFY (SIP_PDU &response) |
virtual SIP_PDU::Methods | GetMethod () |
virtual SIPSubscribe::SubscribeType | GetSubscribeType () |
virtual void | OnFailed (SIP_PDU::StatusCodes) |
unsigned | GetNextCSeq () |
SIPSubscribeHandler::SIPSubscribeHandler | ( | SIPEndPoint & | ep, | |
SIPSubscribe::SubscribeType | type, | |||
const PString & | to, | |||
int | expire | |||
) |
SIPSubscribeHandler::~SIPSubscribeHandler | ( | ) |
virtual SIPTransaction* SIPSubscribeHandler::CreateTransaction | ( | OpalTransport & | ) | [virtual] |
Implements SIPHandler.
virtual void SIPSubscribeHandler::OnReceivedOK | ( | SIP_PDU & | response | ) | [virtual] |
Reimplemented from SIPHandler.
virtual void SIPSubscribeHandler::OnTransactionTimeout | ( | SIPTransaction & | transaction | ) | [virtual] |
Reimplemented from SIPHandler.
virtual BOOL SIPSubscribeHandler::OnReceivedNOTIFY | ( | SIP_PDU & | response | ) | [virtual] |
Reimplemented from SIPHandler.
virtual SIP_PDU::Methods SIPSubscribeHandler::GetMethod | ( | ) | [inline, virtual] |
Implements SIPHandler.
virtual SIPSubscribe::SubscribeType SIPSubscribeHandler::GetSubscribeType | ( | ) | [inline, virtual] |
Reimplemented from SIPHandler.
virtual void SIPSubscribeHandler::OnFailed | ( | SIP_PDU::StatusCodes | ) | [virtual] |
Reimplemented from SIPHandler.
unsigned SIPSubscribeHandler::GetNextCSeq | ( | ) | [inline] |