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