Class 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 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 ELEMENT  
      static javax.xml.namespace.QName QNAME  
    • 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)  
      • 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 Detail

      • QNAME

        public static final javax.xml.namespace.QName QNAME
    • Constructor Detail

      • Activate

        public Activate​(org.jxmpp.jid.Jid target)
        Default constructor specifying the target of the stream.
        Parameters:
        target - The target of the stream.
    • 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)