public static class Bytestream.StreamHostUsed
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
static javax.xml.namespace.QName |
QNAME |
| 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) |
public static final java.lang.String ELEMENT
public static final javax.xml.namespace.QName QNAME
public 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)