Searched refs:GenericURI (Results 1 – 23 of 23) sorted by relevance
55 protected GenericURI errorInfo;68 public ErrorInfo(GenericURI errorInfo) { in ErrorInfo()94 this.errorInfo = (GenericURI) errorInfo; in setErrorInfo()136 retval.errorInfo = (GenericURI) this.errorInfo.clone(); in clone()
51 protected GenericURI uri;93 public GenericURI getUri() { in getUri()99 public RequestLine(GenericURI requestURI, String method) { in RequestLine()123 this.uri = (GenericURI)uri; in setUri()210 retval.uri = (GenericURI) this.uri.clone(); in clone()
55 protected GenericURI uri;88 this.uri = (GenericURI) uri; in setAlertInfo()110 alertInfoUri = (URI) new GenericURI(string); in getAlertInfo()122 retval.uri = (GenericURI) this.uri.clone(); in clone()
50 protected GenericURI info;114 this.info = (GenericURI) info; in setInfo()120 retval.info = (GenericURI) this.info.clone(); in clone()
34 import gov.nist.javax.sip.address.GenericURI;421 protected GenericURI getParameterAsURI(String parameterName) { in getParameterAsURI()423 if (val instanceof GenericURI) in getParameterAsURI()424 return (GenericURI) val; in getParameterAsURI()427 return new GenericURI((String) val); in getParameterAsURI()
1157 return new ErrorInfo((GenericURI) errorInfo); in createErrorInfoHeader()
45 public static final String UDP = GenericURI.UDP;46 public static final String TCP = GenericURI.TCP;47 public static final String TLS = GenericURI.TLS;
39 public class GenericURI extends NetObject implements javax.sip.address.URI { class64 protected GenericURI() { in GenericURI() method in GenericURI71 public GenericURI(String uriString) throws ParseException { in GenericURI() method in GenericURI
73 protected GenericURI address;240 this.address = (GenericURI) address; in setAddess()319 this.address = (GenericURI) address; in setURI()342 retval.address = (GenericURI) this.address.clone(); in clone()
42 extends GenericURI
225 return new gov.nist.javax.sip.address.GenericURI(uri); in createURI()
59 public class SipUri extends GenericURI implements javax.sip.address.SipURI , SipURIExt{
58 GenericURI uri = uriParser.uriReference( true ); in nameAddr()78 GenericURI uri = uriParser.uriReference( true ); in nameAddr()116 GenericURI uri = uriParser.uriReference( inclParams ); in address()
55 public static final String SIP = GenericURI.SIP;56 public static final String SIPS = GenericURI.SIPS;57 public static final String TEL = GenericURI.TEL;
28 import gov.nist.javax.sip.address.GenericURI;81 GenericURI uri; in parse()
32 import gov.nist.javax.sip.address.GenericURI;335 public GenericURI uriReference( boolean inBrackets ) throws ParseException { in uriReference()338 GenericURI retval = null; in uriReference()358 retval = new GenericURI(urlString); in uriReference()810 public GenericURI parse() throws ParseException { in parse()826 GenericURI uri = p.parse(); in main()
82 GenericURI uri = urlParser.uriReference( true ); in parse()
60 GenericURI url = urlParser.uriReference(true); in parse()
79 GenericURI uri=urlParser.uriReference(true); in parse()
37 import gov.nist.javax.sip.address.GenericURI;515 public GenericURI parseUrl(String url) throws ParseException { in parseUrl()
38 import gov.nist.javax.sip.address.GenericURI;93 public PAssociatedURI(GenericURI associatedURI) in PAssociatedURI()
35 import gov.nist.javax.sip.address.GenericURI;
329 GenericURI u = requestLine.getUri(); in setDefaults()386 this.requestLine.setUri((GenericURI) uri); in setRequestURI()