Searched refs:SIPConstants (Results 1 – 12 of 12) sorted by relevance
31 import gov.nist.javax.sip.SIPConstants;108 sipVersion = SIPConstants.SIP_VERSION_STRING; in StatusLine()116 String encoding = SIPConstants.SIP_VERSION_STRING + SP + statusCode; in encode()
291 String transport = sipUri.isSecure() ? SIPConstants.TLS : sipUri in createHop()305 if (transport.equalsIgnoreCase(SIPConstants.TLS)) in createHop()
39 import gov.nist.javax.sip.SIPConstants;919 if (key.startsWith(SIPConstants.BRANCH_MAGIC_COOKIE_LOWER_CASE)) { in findTransaction()942 if (key.startsWith(SIPConstants.BRANCH_MAGIC_COOKIE_LOWER_CASE)) { in findTransaction()1164 if (!key.toLowerCase().startsWith(SIPConstants.BRANCH_MAGIC_COOKIE_LOWER_CASE)) { in newSIPServerRequest()1266 .startsWith(SIPConstants.BRANCH_MAGIC_COOKIE_LOWER_CASE))) { in newSIPServerResponse()
30 import gov.nist.javax.sip.SIPConstants;355 SIPConstants.BRANCH_MAGIC_COOKIE_LOWER_CASE) in isMessagePartOfTransaction()357 SIPConstants.BRANCH_MAGIC_COOKIE_LOWER_CASE); in isMessagePartOfTransaction()
36 import gov.nist.javax.sip.SIPConstants;818 return SIPConstants.UDP; in getTransport()
29 import gov.nist.javax.sip.SIPConstants;955 … if (!messageBranch.toLowerCase().startsWith(SIPConstants.BRANCH_MAGIC_COOKIE_LOWER_CASE)) { in doesCancelMatchTransaction()
29 import gov.nist.javax.sip.SIPConstants;579 SIPConstants.BRANCH_MAGIC_COOKIE_LOWER_CASE)) { in isMessagePartOfTransaction()
37 public interface SIPConstants interface
177 return SIPConstants.BRANCH_MAGIC_COOKIE + Utils.toHexString(bid) + this.signature; in generateBranchId()
309 SIPConstants.BRANCH_MAGIC_COOKIE) in getNewClientTransaction()381 SIPConstants.BRANCH_MAGIC_COOKIE) in getNewClientTransaction()
35 import gov.nist.javax.sip.SIPConstants;359 if (!firstLine.startsWith(SIPConstants.SIP_VERSION_STRING)) { in processFirstLine()
32 import gov.nist.javax.sip.SIPConstants;840 SIPConstants.BRANCH_MAGIC_COOKIE_UPPER_CASE)) { in getTransactionId()