Searched refs:isDialogCreating (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java144 public static boolean isDialogCreating(String ucaseMethod) { method in class:SIPRequest
739 return isDialogCreating( this.getMethod() ) && getToTag() == null;

Completed in 58 milliseconds