Uses of Interface
org.jivesoftware.smack.packet.id.StanzaIdSourceFactory
-
Packages that use StanzaIdSourceFactory Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.packet.id Helper classes for Stanza IDs. -
-
Uses of StanzaIdSourceFactory in org.jivesoftware.smack
Methods in org.jivesoftware.smack with parameters of type StanzaIdSourceFactory Modifier and Type Method Description BConnectionConfiguration.Builder. setStanzaIdSourceFactory(StanzaIdSourceFactory stanzaIdSourceFactory)Set the factory for stanza ID sources to use. -
Uses of StanzaIdSourceFactory in org.jivesoftware.smack.packet.id
Classes in org.jivesoftware.smack.packet.id that implement StanzaIdSourceFactory Modifier and Type Class Description static classRandomStringStanzaIdSource.Factorystatic classStandardStanzaIdSource.Factorystatic classUuidStanzaIdSource.Factory
-