Class HttpOverXmppReq

java.lang.Object
org.jivesoftware.smack.packet.Stanza
org.jivesoftware.smack.packet.IQ
org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp
org.jivesoftware.smackx.hoxt.packet.HttpOverXmppReq
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.IqView, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.StanzaView, org.jivesoftware.smack.packet.TopLevelStreamElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement

public final class HttpOverXmppReq extends AbstractHttpOverXmpp
Represents Req IQ packet.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A configuration builder for HttpOverXmppReq.

    Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ

    org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder, org.jivesoftware.smack.packet.IQ.ResponseType, org.jivesoftware.smack.packet.IQ.Type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp

    NAMESPACE

    Fields inherited from class org.jivesoftware.smack.packet.IQ

    IQ_ELEMENT, QUERY_ELEMENT

    Fields inherited from class org.jivesoftware.smack.packet.Stanza

    DEFAULT_LANGUAGE, ITEM, language, TEXT
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder
    getIQHoxtChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder builder)
    Returns start tag.
    int
    Returns maxChunkSize attribute.
    Returns method attribute.
    Returns resource attribute.
    boolean
    Returns ibb attribute.
    boolean
    Returns jingle attribute.
    boolean
    Returns sipub attribute.

    Methods inherited from class org.jivesoftware.smackx.hoxt.packet.AbstractHttpOverXmpp

    getData, getHeaders, getIQChildElementBuilder, getVersion

    Methods inherited from class org.jivesoftware.smack.packet.IQ

    createErrorResponse, createErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementQName, getChildElementXML, getElementName, getType, setType, toString, toXML

    Methods inherited from class org.jivesoftware.smack.packet.Stanza

    addCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtensionElement, getExtensions, getExtensions, getExtensions, getExtensions, getExtensionsMap, getFrom, getLanguage, getNamespace, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, logCommonAttributes, overrideExtension, removeExtension, setError, setFrom, setNewStanzaId, setStanzaId, setTo, throwIfNoStanzaId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

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

    toXML, toXML

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

    isRequestIQ, isResponseIQ

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

    getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtension

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

    getQName
  • Field Details

  • Method Details

    • getIQHoxtChildElementBuilder

      protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder getIQHoxtChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder builder)
      Description copied from class: AbstractHttpOverXmpp
      Returns start tag.
      Specified by:
      getIQHoxtChildElementBuilder in class AbstractHttpOverXmpp
      Parameters:
      builder - builder.
      Returns:
      start tag
    • getMethod

      public HttpMethod getMethod()
      Returns method attribute.
      Returns:
      method attribute
    • getResource

      public String getResource()
      Returns resource attribute.
      Returns:
      resource attribute
    • getMaxChunkSize

      public int getMaxChunkSize()
      Returns maxChunkSize attribute.
      Returns:
      maxChunkSize attribute
    • isSipub

      public boolean isSipub()
      Returns sipub attribute.
      Returns:
      sipub attribute
    • isIbb

      public boolean isIbb()
      Returns ibb attribute.
      Returns:
      ibb attribute
    • isJingle

      public boolean isJingle()
      Returns jingle attribute.
      Returns:
      jingle attribute
    • builder

      public static HttpOverXmppReq.Builder builder()