Class FileTooLargeError

java.lang.Object
org.jivesoftware.smackx.httpfileupload.element.FileTooLargeError
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
Direct Known Subclasses:
FileTooLargeError_V0_2

public class FileTooLargeError extends Object implements org.jivesoftware.smack.packet.ExtensionElement
File Too Large error extension.
See Also:
  • Field Details

  • Constructor Details

    • FileTooLargeError

      public FileTooLargeError(long maxFileSize)
    • FileTooLargeError

      protected FileTooLargeError(long maxFileSize, String namespace)
  • Method Details

    • getMaxFileSize

      public long getMaxFileSize()
    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement
    • getNamespace

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

      public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element
    • from

      public static FileTooLargeError from(org.jivesoftware.smack.packet.IQ iq)