Home
last modified time | relevance | path

Searched refs:earlyDialogTable (Results 1 – 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java118 protected ConcurrentHashMap<String, SIPDialog> earlyDialogTable; field in SIPTransactionStack
456 this.earlyDialogTable = new ConcurrentHashMap<String, SIPDialog>(); in SIPTransactionStack()
498 this.earlyDialogTable = new ConcurrentHashMap<String, SIPDialog>(); in reInit()
634 if (this.earlyDialogTable.get(dialogId) != null) { in createDialog()
635 SIPDialog dialog = this.earlyDialogTable.get(dialogId); in createDialog()
640 this.earlyDialogTable.put(dialogId, retval); in createDialog()
644 this.earlyDialogTable.put(dialogId, retval); in createDialog()
665 if (this.earlyDialogTable.get(dialogId) != null) { in createDialog()
666 retval = this.earlyDialogTable.get(dialogId); in createDialog()
668 this.earlyDialogTable.remove(dialogId); in createDialog()
[all …]