Searched defs:GenericURI (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/address/
H A DGenericURI.java39 public class GenericURI extends NetObject implements javax.sip.address.URI { class in inherits:NetObject,javax.sip.address.URI
64 protected GenericURI() { method in class:GenericURI
71 public GenericURI(String uriString) throws ParseException { method in class:GenericURI
77 throw new ParseException("GenericURI, Bad URI format", 0);

Completed in 125 milliseconds