|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a generic URI. This is the base interface for any type of URI. These are used in SIP requests to identify the callee and also in Contact, From, and To headers.
The generic syntax of URIs is defined in RFC 2396.
TelURL
,
SipURI
Method Summary | |
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. |
Method Detail |
public String getScheme()
public Object clone()
public boolean isSipURI()
public String toString()
toString
in class Object
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |