NIST SIP Parser and Stack (v1.2) API

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

Packages that use DialogImpl
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

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

Methods in gov.nist.javax.sip.stack that return DialogImpl
 DialogImpl SIPTransactionStack.createDialog(SIPTransaction transaction)
           
 DialogImpl SIPTransactionStack.getDialog(String dialogId)
          Return the dialog for a given dialog ID.
 

Methods in gov.nist.javax.sip.stack with parameters of type DialogImpl
 void SIPTransactionStack.putDialog(DialogImpl dialog)
          Put a dialog into the dialog table.
 void SIPTransaction.setDialog(DialogImpl dialog)
          set the dialog object.
 


NIST SIP Parser and Stack (v1.2) API

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