Searched refs:uriParms (Results 1 – 1 of 1) sorted by relevance
71 protected NameValueList uriParms; field in SipUri83 this.uriParms = new NameValueList(); in SipUri()109 uriParms = new NameValueList(); in clearUriParms()245 if (!uriParms.isEmpty()) { in encode()247 uriParms.encode(buffer); in encode()317 Object obj = uriParms.getValue(parmname); in getParm()334 return uriParms; in getParameters()341 this.uriParms = new NameValueList(); in removeParameters()358 return (String) uriParms.getValue(USER); in getUserType()456 String usrtype = (String) uriParms.getValue(USER); in isUserTelephoneSubscriber()[all …]