Searched refs:SIP_VERSION_STRING (Results 1 – 3 of 3) sorted by relevance
108 sipVersion = SIPConstants.SIP_VERSION_STRING; in StatusLine()116 String encoding = SIPConstants.SIP_VERSION_STRING + SP + statusCode; in encode()
62 public static final String SIP_VERSION_STRING = "SIP/2.0"; field
359 if (!firstLine.startsWith(SIPConstants.SIP_VERSION_STRING)) { in processFirstLine()