Class LegacyDelayInformationProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<E>
-
- org.jivesoftware.smack.provider.Provider<EE>
-
- org.jivesoftware.smack.provider.ExtensionElementProvider<DelayInformation>
-
- org.jivesoftware.smackx.delay.provider.AbstractDelayInformationProvider
-
- org.jivesoftware.smackx.delay.provider.LegacyDelayInformationProvider
-
public class LegacyDelayInformationProvider extends AbstractDelayInformationProvider
The DelayInformationProvider parses DelayInformation packets.
-
-
Constructor Summary
Constructors Constructor Description LegacyDelayInformationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Date
parseDate(String string)
-
Methods inherited from class org.jivesoftware.smackx.delay.provider.AbstractDelayInformationProvider
parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass
-
-
-
-
Constructor Detail
-
LegacyDelayInformationProvider
public LegacyDelayInformationProvider()
-
-
Method Detail
-
parseDate
protected Date parseDate(String string) throws SmackParsingException.SmackTextParseException
- Specified by:
parseDate
in classAbstractDelayInformationProvider
- Throws:
SmackParsingException.SmackTextParseException
-
-