Home
last modified time | relevance | path

Searched refs:TelURLImpl (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/address/
DTelURLImpl.java41 public class TelURLImpl class
51 public TelURLImpl() { in TelURLImpl() method in TelURLImpl
176 TelURLImpl retval = (TelURLImpl) super.clone(); in clone()
DAddressFactoryImpl.java154 TelURLImpl timp = (TelURLImpl) smp.parseUrl(telUrl); in createTelURL()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DURLParser.java34 import gov.nist.javax.sip.address.TelURLImpl;
590 public TelURLImpl telURL( boolean inBrackets ) throws ParseException { in telURL()
594 TelURLImpl telUrl = new TelURLImpl(); in telURL()