public interface URI
Modifier and Type | Method and Description |
---|---|
void |
getBytes(Buffer dst)
Write the bytes of this URI into the destination buffer
|
Buffer |
getScheme()
Returns the scheme of this URI, which really can be anything (see RFC3261
section 25.1 and the definition of absoluteURI) but most commonly will be
"sip", "sips" or "tel".
|
boolean |
isSipURI()
Check whether this
URI is a "sip" or "sips" URI. |
Buffer getScheme()
boolean isSipURI()
URI
is a "sip" or "sips" URI.URI
is a SIP URI, false otherwise.void getBytes(Buffer dst)
dst
- Copyright © 2013. All Rights Reserved.