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

Packages that use SIPTransaction
gov.nist.javax.sip This is the root of the JAIN implementation of SIP. 
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
 

Uses of SIPTransaction in gov.nist.javax.sip
 

Methods in gov.nist.javax.sip with parameters of type SIPTransaction
 void SipProviderImpl.handleEvent(EventObject sipEvent, SIPTransaction transaction)
          Handle the SIP event - because we have only one listener and we are already in the context of a separate thread, we dont need to enque the event and signal another thread.
 

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

Subclasses of SIPTransaction in gov.nist.javax.sip.stack
 class SIPClientTransaction
          Represents a client transaction.
 class SIPServerTransaction
          Represents a server transaction.
 

Fields in gov.nist.javax.sip.stack declared as SIPTransaction
protected  SIPTransaction SIPDialog.firstTransaction
           
protected  SIPTransaction SIPDialog.lastTransaction
           
 

Methods in gov.nist.javax.sip.stack that return SIPTransaction
 SIPTransaction SIPTransactionStack.findCancelTransaction(SIPRequest cancelRequest, boolean isServer)
          Get the transaction to cancel.
 SIPTransaction SIPTransactionStack.findTransaction(SIPMessage sipMessage, boolean isServer)
          Find the transaction corresponding to a given request.
 SIPTransaction SIPTransactionStack.findTransaction(String transactionId, boolean isServer)
           
 SIPTransaction SIPDialog.getLastTransaction()
          Get the last transaction from the dialog.
 

Methods in gov.nist.javax.sip.stack with parameters of type SIPTransaction
 boolean SIPDialog.addTransaction(SIPTransaction transaction)
          Add a transaction record to the dialog.
 SIPDialog SIPTransactionStack.createDialog(SIPTransaction transaction)
          Create a dialog and add this transaction to it.
static SIPDialog SIPDialog.createFromNOTIFY(SIPClientTransaction subscribeTx, SIPTransaction notifyST)
          Creates a new dialog based on a received NOTIFY.
 void SIPTransactionStack.removeTransaction(SIPTransaction sipTransaction)
          Remove transaction.
protected  void SIPTransactionStack.removeTransactionHash(SIPTransaction sipTransaction)
          Remove the transaction from transaction hash.
 void SIPDialog.setLastResponse(SIPTransaction transaction, SIPResponse sipResponse)
          Set the last response for this dialog.
protected  void SIPDialog.storeFirstTransactionInfo(SIPDialog dialog, SIPTransaction transaction)
           
 

Constructors in gov.nist.javax.sip.stack with parameters of type SIPTransaction
SIPDialog(SIPTransaction transaction)
          Constructor given the first transaction.
 



Copyright © 2012. All Rights Reserved.