Uses of Interface
org.jivesoftware.smack.packet.id.StanzaIdSource
-
Packages that use StanzaIdSource Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.packet.id Helper classes for Stanza IDs. -
-
Uses of StanzaIdSource in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet with parameters of type StanzaIdSource Modifier and Type Method Description static MessageBuilderStanzaBuilder. buildMessageFrom(Message message, StanzaIdSource stanzaIdSource)static PresenceBuilderStanzaBuilder. buildPresenceFrom(Presence presence, StanzaIdSource stanzaIdSource)Constructors in org.jivesoftware.smack.packet with parameters of type StanzaIdSource Constructor Description MessageOrPresenceBuilder(StanzaIdSource stanzaIdSource)MessageOrPresenceBuilder(Stanza stanza, StanzaIdSource stanzaIdSource)StanzaBuilder(StanzaIdSource stanzaIdSource)StanzaBuilder(Stanza message, StanzaIdSource stanzaIdSource)StanzaFactory(StanzaIdSource stanzaIdSource) -
Uses of StanzaIdSource in org.jivesoftware.smack.packet.id
Classes in org.jivesoftware.smack.packet.id that implement StanzaIdSource Modifier and Type Class Description classStandardStanzaIdSourceclassUuidStanzaIdSourceMethods in org.jivesoftware.smack.packet.id that return StanzaIdSource Modifier and Type Method Description StanzaIdSourceRandomStringStanzaIdSource.Factory. constructStanzaIdSource()StanzaIdSourceStanzaIdSourceFactory. constructStanzaIdSource()
-