Searched refs:SIPIfMatch (Results 1 – 4 of 4) sorted by relevance
39 public class SIPIfMatch extends SIPHeader implements SIPIfMatchHeader,ExtensionHeader { class53 public SIPIfMatch() { in SIPIfMatch() method in SIPIfMatch57 public SIPIfMatch(String etag) throws ParseException { in SIPIfMatch() method in SIPIfMatch
1313 return new SIPIfMatch(etag); in createSIPIfMatchHeader()
71 SIPIfMatch sipIfMatch = new SIPIfMatch(); in parse()
61 import gov.nist.javax.sip.header.SIPIfMatch;193 || sipHeader instanceof SIPIfMatch; in isRequestHeader()