Searched refs:PARAM_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
29 private static final String PARAM_SEPARATOR = ";"; field in SipMessageUtils71 headerValue += PARAM_SEPARATOR + paramKey.trim() + PARAM_KEY_VALUE_SEPARATOR in addParamToHeader()
59 private static final String PARAM_SEPARATOR = ";"; field in SipMessageParsingUtils144 String[] params = headerValue.split(PARAM_SEPARATOR); in getParameterValue()231 String[] splitParams = header.second.split(PARAM_SEPARATOR); in getAcceptContactFeatureTags()