|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipTransactionTracker
Interface for classes responsible for keeping track of SIP transactions.
| Method Summary | |
|---|---|
SipClientTransaction |
getClientTransaction(SipMessage message)
Accessor for the client transcaction associated with the specified message. |
void |
trackTransaction(SipClientTransaction ct)
Tells the tracker to start tracking the specified transaction. |
| Method Detail |
|---|
void trackTransaction(SipClientTransaction ct)
ct - The transaction to track.SipClientTransaction getClientTransaction(SipMessage message)
message - The message containing a branch ID and SIP method to use
as a key for looking up the associated tranction.
null if there is no associated transaction. This can
happen if the transaction has timed out, for example.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||