Class Bytestream.Activate
- java.lang.Object
-
- org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element
,org.jivesoftware.smack.packet.ExtensionElement
,org.jivesoftware.smack.packet.FullyQualifiedElement
,org.jivesoftware.smack.packet.NamedElement
,org.jivesoftware.smack.packet.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
-
Constructor Summary
Constructors Constructor Description Activate(org.jxmpp.jid.Jid target)
Default constructor specifying the target of the stream.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
org.jxmpp.jid.Jid
getTarget()
Returns the target of the activation.org.jivesoftware.smack.util.XmlStringBuilder
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-
-
-
Method Detail
-
getTarget
public org.jxmpp.jid.Jid getTarget()
Returns the target of the activation.- Returns:
- Returns the target of the activation.
-
getElementName
public java.lang.String getElementName()
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-
-