public interface URI extends Cloneable, Serializable
The generic syntax of URIs is defined in RFC 2396.
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates and returns a deep copy of the URI.
|
String |
getScheme()
Returns the value of the "scheme" of this URI, for example "sip", "sips"
or "tel".
|
boolean |
isSipURI()
This method determines if this is a URI with a scheme of "sip" or "sips".
|
String |
toString()
This method returns the URI as a string.
|
String getScheme()
Object clone()
boolean isSipURI()
Copyright © 2016. All Rights Reserved.