NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Class
gov.nist.javax.sip.stack.SIPServerTransaction

Packages that use SIPServerTransaction
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

Uses of SIPServerTransaction in gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack that return SIPServerTransaction
 SIPServerTransaction SIPTransactionStack.createServerTransaction(MessageChannel encapsulatedMessageChannel)
          Creates a server transaction that encapsulates a MessageChannel.
 SIPServerTransaction SIPTransactionStack.findMergedTransaction(SIPRequest sipRequest)
          See if there is a pending transaction with the same Merge ID as the Merge ID obtained from the SIP Request.
 SIPServerTransaction SIPTransactionStack.findPendingTransaction(SIPRequest requestReceived)
          Finds a pending server transaction.
 SIPServerTransaction SIPServerTransaction.getCanceledInviteTransaction()
          TODO -- this method has to be added to the api.
 SIPServerTransaction SIPDialog.getInviteTransaction()
          Get the INVITE transaction (null if no invite transaction).
 SIPServerTransaction SIPTransactionStack.getRetransmissionAlertTransaction(String dialogId)
          Retrieve a transaction from our table of transactions with pending retransmission alerts.
 

Methods in gov.nist.javax.sip.stack with parameters of type SIPServerTransaction
 void SIPTransactionStack.addTransaction(SIPServerTransaction serverTransaction)
          Add a new server transaction to the set of existing transactions.
 boolean SIPDialog.handleAck(SIPServerTransaction ackTransaction)
          Do the necessary processing to handle an ACK directed at this Dialog.
 void SIPTransactionStack.mapTransaction(SIPServerTransaction transaction)
          Map a Server transaction (possibly sending out a 100 if the server tx is an INVITE).
 void SIPTransactionStack.putInMergeTable(SIPServerTransaction sipTransaction, SIPRequest sipRequest)
          Put this into the merge request table.
 void SIPTransactionStack.putPendingTransaction(SIPServerTransaction tr)
          Put a transaction in the pending transaction list.
 void SIPTransactionStack.removeFromMergeTable(SIPServerTransaction tr)
          Remove a transaction from the merge table.
 void SIPTransactionStack.removePendingTransaction(SIPServerTransaction tr)
          Remove a pending Server transaction from the stack.
 void SIPServerTransaction.setInviteTransaction(SIPServerTransaction st)
          The INVITE Server Transaction corresponding to a CANCEL Server Transaction.
 void SIPDialog.startRetransmitTimer(SIPServerTransaction sipServerTx, Response response)
          Start the retransmit timer.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.