Uses of Class
org.jivesoftware.smackx.rsm.packet.RSMSet
-
Packages that use RSMSet Package Description org.jivesoftware.smackx.mam.element Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.org.jivesoftware.smackx.rsm.packet Element classes of XEP-0059: Result Set Management.org.jivesoftware.smackx.rsm.provider Providers for XEP-0059: Result Set Management. -
-
Uses of RSMSet in org.jivesoftware.smackx.mam.element
Methods in org.jivesoftware.smackx.mam.element that return RSMSet Modifier and Type Method Description RSMSetMamFinIQ. getRSMSet()Get RSM set.Constructors in org.jivesoftware.smackx.mam.element with parameters of type RSMSet Constructor Description MamFinIQ(java.lang.String queryId, RSMSet rsmSet, boolean complete, boolean stable)MamFinIQ constructor. -
Uses of RSMSet in org.jivesoftware.smackx.rsm.packet
Methods in org.jivesoftware.smackx.rsm.packet that return RSMSet Modifier and Type Method Description static RSMSetRSMSet. from(Stanza packet)static RSMSetRSMSet. newAfter(java.lang.String after)static RSMSetRSMSet. newBefore(java.lang.String before) -
Uses of RSMSet in org.jivesoftware.smackx.rsm.provider
Methods in org.jivesoftware.smackx.rsm.provider that return RSMSet Modifier and Type Method Description RSMSetRSMSetProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-