SIPTransaction Class Reference
#include <sippdu.h>
Public Member Functions |
| | SIPTransaction (Methods method, SIPEndPoint &endpoint, OpalTransport &transport) |
| | SIPTransaction (Methods method, SIPConnection &connection) |
| | ~SIPTransaction () |
| PBoolean | Start () |
| bool | IsTrying () const |
| bool | IsProceeding () const |
| bool | IsInProgress () const |
| bool | IsFailed () const |
| bool | IsCompleted () const |
| bool | IsCanceled () const |
| bool | IsTerminated () const |
| void | WaitForTermination () |
| PBoolean | Cancel () |
| void | Abort () |
| virtual PBoolean | OnReceivedResponse (SIP_PDU &response) |
| virtual PBoolean | OnCompleted (SIP_PDU &response) |
| OpalTransport & | GetTransport () const |
| SIPConnection * | GetConnection () const |
| PString | GetInterface () const |
Static Public Member Functions |
| static PString | GenerateCallID () |
Protected Types |
| enum | States {
NotStarted,
Trying,
Proceeding,
Cancelling,
Completed,
Terminated_Success,
Terminated_Timeout,
Terminated_RetriesExceeded,
Terminated_TransportError,
Terminated_Cancelled,
Terminated_Aborted,
NumStates
} |
Protected Member Functions |
| bool | SendPDU (SIP_PDU &pdu) |
| bool | ResendCANCEL () |
| void | SetParameters (const SIPParameters ¶ms) |
| void | SetContact (const SIPURL &uri) |
| | PDECLARE_NOTIFIER (PTimer, SIPTransaction, OnRetry) |
| | PDECLARE_NOTIFIER (PTimer, SIPTransaction, OnTimeout) |
| virtual void | SetTerminated (States newState) |
Protected Attributes |
| SIPEndPoint & | m_endpoint |
| OpalTransport & | m_transport |
| PSafePtr< SIPConnection > | m_connection |
| PTimeInterval | m_retryTimeoutMin |
| PTimeInterval | m_retryTimeoutMax |
| States | m_state |
| unsigned | m_retry |
| PTimer | m_retryTimer |
| PTimer | m_completionTimer |
| PSyncPoint | m_terminated |
| PString | m_localInterface |
| OpalTransportAddress | m_remoteAddress |
Detailed Description
Session Initiation Protocol transaction. A transaction is a stateful independent entity that provides services to a connection (Transaction User). Transactions are contained within connections. A client transaction handles sending a request and receiving its responses. A server transaction handles sending responses to a received request. In either case the SIP_PDU ancestor is the sent or received request.
Member Enumeration Documentation
- Enumerator:
| NotStarted |
|
| Trying |
|
| Proceeding |
|
| Cancelling |
|
| Completed |
|
| Terminated_Success |
|
| Terminated_Timeout |
|
| Terminated_RetriesExceeded |
|
| Terminated_TransportError |
|
| Terminated_Cancelled |
|
| Terminated_Aborted |
|
| NumStates |
|
Constructor & Destructor Documentation
Construct a transaction for requests in a dialog. The transport is used to determine the local address
| SIPTransaction::~SIPTransaction |
( |
|
) |
|
Member Function Documentation
| void SIPTransaction::Abort |
( |
|
) |
|
| PBoolean SIPTransaction::Cancel |
( |
|
) |
|
| static PString SIPTransaction::GenerateCallID |
( |
|
) |
[static] |
| PString SIPTransaction::GetInterface |
( |
|
) |
const [inline] |
| bool SIPTransaction::IsCanceled |
( |
|
) |
const [inline] |
| bool SIPTransaction::IsCompleted |
( |
|
) |
const [inline] |
| bool SIPTransaction::IsFailed |
( |
|
) |
const [inline] |
| bool SIPTransaction::IsInProgress |
( |
|
) |
const [inline] |
| bool SIPTransaction::IsProceeding |
( |
|
) |
const [inline] |
| bool SIPTransaction::IsTerminated |
( |
|
) |
const [inline] |
| bool SIPTransaction::IsTrying |
( |
|
) |
const [inline] |
| virtual PBoolean SIPTransaction::OnCompleted |
( |
SIP_PDU & |
response |
) |
[virtual] |
| virtual PBoolean SIPTransaction::OnReceivedResponse |
( |
SIP_PDU & |
response |
) |
[virtual] |
| SIPTransaction::PDECLARE_NOTIFIER |
( |
PTimer |
, |
|
|
SIPTransaction |
, |
|
|
OnTimeout |
| |
|
) |
| | [protected] |
| SIPTransaction::PDECLARE_NOTIFIER |
( |
PTimer |
, |
|
|
SIPTransaction |
, |
|
|
OnRetry |
| |
|
) |
| | [protected] |
| bool SIPTransaction::ResendCANCEL |
( |
|
) |
[protected] |
| bool SIPTransaction::SendPDU |
( |
SIP_PDU & |
pdu |
) |
[protected] |
| void SIPTransaction::SetContact |
( |
const SIPURL & |
uri |
) |
[protected] |
| void SIPTransaction::SetParameters |
( |
const SIPParameters & |
params |
) |
[protected] |
| virtual void SIPTransaction::SetTerminated |
( |
States |
newState |
) |
[protected, virtual] |
| PBoolean SIPTransaction::Start |
( |
|
) |
|
| void SIPTransaction::WaitForTermination |
( |
|
) |
|
Field Documentation
The documentation for this class was generated from the following file: