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

/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java137 public static boolean isTargetRefresh(String ucaseMethod) { argument
138 return targetRefreshMethods.contains(ucaseMethod);
144 public static boolean isDialogCreating(String ucaseMethod) { argument
145 return SIPTransactionStack.isDialogCreated(ucaseMethod);

Completed in 70 milliseconds