Class Bytestream.Activate
- java.lang.Object
-
- org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
- Enclosing class:
- Bytestream
public static class Bytestream.Activate extends java.lang.Object
The stanza sent by the stream initiator to the stream proxy to activate the connection.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENTNAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
Returns the root element name.Jid
getTarget()
Returns the target of the activation.XmlStringBuilder
toXML(XmlEnvironment enclosingNamespace)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Field Detail
-
ELEMENTNAME
public static java.lang.String ELEMENTNAME
-
-
Method Detail
-
getTarget
public Jid getTarget()
Returns the target of the activation.- Returns:
- Returns the target of the activation.
-
getElementName
public java.lang.String getElementName()
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
toXML
public XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)
-
-