public static class Bytestream.StreamHostUsed
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENTNAME |
| Constructor and Description |
|---|
StreamHostUsed(org.jxmpp.jid.Jid jid)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName() |
org.jxmpp.jid.Jid |
getJID()
Returns the JID of the selected stream host.
|
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic StreamHostUsed(org.jxmpp.jid.Jid jid)
jid - The JID of the selected stream host.public org.jxmpp.jid.Jid getJID()
public java.lang.String getElementName()
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)