public final class OobX extends Object
<x/> element in the jabber:x:oob namespace.
This class is immutable.
| Constructor and Description |
|---|
OobX(URI uri) |
OobX(URI uri,
String description) |
OobX(URL url)
Deprecated.
|
OobX(URL url,
String description)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
URI |
getUri()
Gets the URI.
|
URL |
getUrl()
Deprecated.
|
String |
toString() |
public static final String NAMESPACE
@Deprecated public OobX(URL url)
@Deprecated public OobX(URL url, String description)
public OobX(URI uri)
@Deprecated public final URL getUrl()
public final URI getUri()
public final String getDescription()
Copyright © 2014–2018 XMPP.rocks. All rights reserved.