|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
| 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 | |
java.lang.Object |
clone()
Creates and returns a deep copy of the URI. |
java.lang.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". |
java.lang.String |
toString()
This method returns the URI as a string. |
| Method Detail |
public java.lang.String getScheme()
public java.lang.Object clone()
public boolean isSipURI()
public java.lang.String toString()
toString in class java.lang.Object
|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||