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

public static class Bytestream.Activate extends 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 final String
     
    static final QName
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Activate(org.jxmpp.jid.Jid target)
    Default constructor specifying the target of the stream.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    final String
     
    org.jxmpp.jid.Jid
    Returns the target of the activation.
    org.jivesoftware.smack.util.XmlStringBuilder
    toXML(org.jivesoftware.smack.packet.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.Element

    toXML, toXML

    Methods inherited from interface org.jivesoftware.smack.packet.XmlElement

    getLanguage, getQName
  • Field Details

  • 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

      public String getElementName()
    • toXML

      public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
    • getNamespace

      public final String getNamespace()
      Specified by:
      getNamespace in interface org.jivesoftware.smack.packet.XmlElement