Package org.jivesoftware.smack.packet.id
Class StandardStanzaIdSource
- java.lang.Object
-
- org.jivesoftware.smack.packet.id.StandardStanzaIdSource
-
- All Implemented Interfaces:
StanzaIdSource
public class StandardStanzaIdSource extends java.lang.Object implements StanzaIdSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StandardStanzaIdSource.Factory
-
Field Summary
Fields Modifier and Type Field Description static StandardStanzaIdSource
DEFAULT
-
Constructor Summary
Constructors Constructor Description StandardStanzaIdSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNewStanzaId()
-
-
-
Field Detail
-
DEFAULT
public static final StandardStanzaIdSource DEFAULT
-
-
Constructor Detail
-
StandardStanzaIdSource
public StandardStanzaIdSource()
-
-
Method Detail
-
getNewStanzaId
public java.lang.String getNewStanzaId()
- Specified by:
getNewStanzaId
in interfaceStanzaIdSource
-
-