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.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
- Enclosing class:
Bytestream
The stanza sent by the stream initiator to the stream proxy to activate the connection.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionActivate(org.jxmpp.jid.Jid target) Default constructor specifying the target of the stream. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
Activate
public Activate(org.jxmpp.jid.Jid target) Default constructor specifying the target of the stream.- Parameters:
target- The target of the stream.
-
-
Method Details
-
getTarget
public org.jxmpp.jid.Jid getTarget()Returns the target of the activation.- Returns:
- Returns the target of the activation.
-
getElementName
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) -
getNamespace
- Specified by:
getNamespacein interfaceorg.jivesoftware.smack.packet.XmlElement
-