Package org.jivesoftware.smack.packet.id
Class RandomStringStanzaIdSource.Factory
- java.lang.Object
-
- org.jivesoftware.smack.packet.id.RandomStringStanzaIdSource.Factory
-
- All Implemented Interfaces:
StanzaIdSourceFactory
- Enclosing class:
- RandomStringStanzaIdSource
public static class RandomStringStanzaIdSource.Factory extends java.lang.Object implements StanzaIdSourceFactory
-
-
Field Summary
Fields Modifier and Type Field Description static RandomStringStanzaIdSource.Factory
MEDIUM_SECURE
static RandomStringStanzaIdSource.Factory
VERY_SECURE
-
Constructor Summary
Constructors Constructor Description Factory(int length, boolean verySecure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StanzaIdSource
constructStanzaIdSource()
-
-
-
Field Detail
-
VERY_SECURE
public static final RandomStringStanzaIdSource.Factory VERY_SECURE
-
MEDIUM_SECURE
public static final RandomStringStanzaIdSource.Factory MEDIUM_SECURE
-
-
Constructor Detail
-
Factory
public Factory(int length, boolean verySecure)
-
-
Method Detail
-
constructStanzaIdSource
public StanzaIdSource constructStanzaIdSource()
- Specified by:
constructStanzaIdSource
in interfaceStanzaIdSourceFactory
-
-