Uses of Class
org.jivesoftware.smackx.packet.DelayInformation

Packages that use DelayInformation
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of DelayInformation in org.jivesoftware.smackx.packet
 

Subclasses of DelayInformation in org.jivesoftware.smackx.packet
 class DelayInfo
          A decorator for the DelayInformation class to transparently support both the new Delay Delivery specification XEP-0203 and the old one XEP-0091.
 

Constructors in org.jivesoftware.smackx.packet with parameters of type DelayInformation
DelayInfo(DelayInformation delay)
          Creates a new instance with given delay information.