|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.address.NetObject
gov.nist.javax.sip.address.GenericURI
Implementation of the URI class. This relies on the 1.4 URI class.
| Field Summary | |
static String |
ISUB
|
static String |
PHONE_CONTEXT_TAG
|
static String |
POSTDIAL
|
static String |
PROVIDER_TAG
|
static String |
SIP
|
static String |
SIPS
|
static String |
TEL
|
| Constructor Summary | |
GenericURI(String uriString)
Constructor given the URI string |
|
| Method Summary | |
Object |
clone()
Overrides the base clone method |
String |
encode()
Encode 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()
Encode this URI. |
| Methods inherited from class gov.nist.javax.sip.address.NetObject |
debugDump, debugDump, equals, match, merge, replace, replace, replace, replace |
| Methods inherited from class gov.nist.core.GenericObject |
getClassFromName, getMatcher, isMySubclass, setMatcher |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String SIP
public static final String SIPS
public static final String TEL
public static final String POSTDIAL
public static final String PHONE_CONTEXT_TAG
public static final String ISUB
public static final String PROVIDER_TAG
| Constructor Detail |
public GenericURI(String uriString)
throws ParseException
uriString - The imbedded URI string.
URISyntaxException - When there is a syntaz error in the imbedded URI.
ParseException| Method Detail |
public String encode()
encode in class NetObjectpublic String toString()
toString in interface URItoString in class NetObjectpublic Object clone()
clone in interface URIclone in class NetObjectpublic String getScheme()
getScheme in interface URIpublic boolean isSipURI()
isSipURI in interface URI
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||