Uses of Interface
org.jivesoftware.openfire.StreamIDFactory
-
Packages that use StreamIDFactory Package Description org.jivesoftware.openfire.audit Service that records XMPP traffics.org.jivesoftware.openfire.spi -
-
Uses of StreamIDFactory in org.jivesoftware.openfire.audit
Classes in org.jivesoftware.openfire.audit that implement StreamIDFactory Modifier and Type Class Description class
AuditStreamIDFactory
Factory for producing audit stream IDs. -
Uses of StreamIDFactory in org.jivesoftware.openfire.spi
Classes in org.jivesoftware.openfire.spi that implement StreamIDFactory Modifier and Type Class Description class
BasicStreamIDFactory
A basic stream ID factory that produces IDs using a cryptographically strong random number generator.
-