Searched defs:terminateOnBye (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/javax/sip/
H A DDialog.java79 void terminateOnBye(boolean terminateFlag) throws SipException; method in interface:Dialog
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java228 private boolean terminateOnBye; field in class:SIPDialog
547 this.terminateOnBye = true;
1059 return this.terminateOnBye;
1391 d.terminateOnBye = false;
3070 * @see javax.sip.Dialog#terminateOnBye(boolean)
3072 public void terminateOnBye(boolean terminateFlag) throws SipException { method in class:SIPDialog
3074 this.terminateOnBye = terminateFlag;

Completed in 117 milliseconds