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

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

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

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

Methods in gov.nist.javax.sip.stack that return SIPDialog
 SIPDialog SIPTransactionStack.createDialog(SIPClientTransaction transaction, SIPResponse sipResponse)
          Create a Dialog given a client tx and response.
 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.
 SIPDialog SIPClientTransaction.getDefaultDialog()
           
 SIPDialog SIPClientTransaction.getDialog(String dialogId)
           
 SIPDialog SIPTransactionStack.getDialog(String dialogId)
          Return the dialog for a given dialog ID.
 

Methods in gov.nist.javax.sip.stack with parameters of type SIPDialog
 void SIPClientTransaction.processResponse(SIPResponse transactionResponse, MessageChannel sourceChannel, SIPDialog dialog)
          Process a new response message through this transaction.
 void ServerResponseInterface.processResponse(SIPResponse sipResponse, MessageChannel incomingChannel, SIPDialog sipDialog)
          Process the Response.
 void SIPTransactionStack.putDialog(SIPDialog dialog)
          Put a dialog into the dialog table.
 void SIPTransactionStack.removeDialog(SIPDialog dialog)
          Remove the dialog from the dialog table.
 void SIPClientTransaction.setDialog(SIPDialog sipDialog, String dialogId)
           
 void SIPServerTransaction.setDialog(SIPDialog sipDialog, String dialogId)
           
abstract  void SIPTransaction.setDialog(SIPDialog sipDialog, String dialogId)
          set the dialog object.
 


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.