|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |