sipxtacklib  Version 3.3
Public Member Functions | List of all members
SipXMessageObserver Class Reference

Class that is an OsServerTask, and has a message queue that observes SIP messages. More...

#include <SipXMessageObserver.h>

Inheritance diagram for SipXMessageObserver:
Inheritance graph
[legend]
Collaboration diagram for SipXMessageObserver:
Collaboration graph
[legend]

Public Member Functions

 SipXMessageObserver (const SIPX_INST hInst)
 
virtual ~SipXMessageObserver (void)
 
UtlBoolean handleMessage (OsMsg &rMsg)
 Implementation of OsServerTask's pure virtual method. More...
 
void setTestResponseCode (int code)
 FOR TEST PURPOSES ONLY - a response code to send back to the client. More...
 

Detailed Description

Class that is an OsServerTask, and has a message queue that observes SIP messages.

For example, it is used for looking for message responses, like the INFO response.

Constructor & Destructor Documentation

SipXMessageObserver ( const SIPX_INST  hInst)
virtual ~SipXMessageObserver ( void  )
virtual

Member Function Documentation

UtlBoolean handleMessage ( OsMsg &  rMsg)

Implementation of OsServerTask's pure virtual method.

void setTestResponseCode ( int  code)
inline

FOR TEST PURPOSES ONLY - a response code to send back to the client.


sipXtackLib home page