public abstract class URIImpl extends Object implements URI
URI.Builder<T extends URI>| Modifier and Type | Method and Description |
|---|---|
abstract URI |
clone() |
void |
getBytes(Buffer dst)
Write the bytes of this URI into the destination buffer
|
protected Buffer |
getRawURI() |
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. |
protected Buffer getRawURI()
public Buffer getScheme()
public boolean isSipURI()
URI is a "sip" or "sips" URI.public void getBytes(Buffer dst)
URICopyright © 2020. All Rights Reserved.