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

/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java619 * @throws SIPDuplicateHeaderException If replaceFlag is false and only a singleton header is
631 * @param replaceFlag If true then replace the existing header.
639 public void attachHeader(SIPHeader header, boolean replaceFlag, boolean top) argument
656 if (replaceFlag) {

Completed in 77 milliseconds