Package org.jivesoftware.smack.sm.packet
Class StreamManagement.Resume
java.lang.Object
org.jivesoftware.smack.sm.packet.StreamManagement.Resume
- All Implemented Interfaces:
Element,NamedElement,Nonza,TopLevelStreamElement,XmlElement,XmlLangElement
- Enclosing class:
- StreamManagement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.longfinal StringReturns the root element XML namespace.final XmlStringBuildertoXML(XmlEnvironment enclosingNamespace) 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.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
Resume
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
getHandledCount
public long getHandledCount() -
getPrevId
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceXmlElement- Returns:
- the namespace.
-
toXML
-