Searched refs:DelayInfo (Results 1 – 6 of 6) sorted by relevance
23 import org.jivesoftware.smackx.packet.DelayInfo;44 private DelayInfo delay;53 public Forwarded(DelayInfo delay, Packet fwdPacket) { in Forwarded()96 public DelayInfo getDelayInfo() { in getDelayInfo()104 DelayInfo di = null; in parseExtension()112 di = (DelayInfo)dip.parseExtension(parser); in parseExtension()
16 DelayInfo CalculateDelay(int64 current_delay) { in CalculateDelay()20 DelayInfo delay_info; in CalculateDelay()36 void FillDelayTable(DelayInfo* delay_table, int count) { in FillDelayTable()60 bool IsRetryOnTime(DelayInfo* delay_table, int retry_count, in IsRetryOnTime()
19 struct DelayInfo { struct43 DelayInfo delay_table_[kMaxRetry]; argument
18 import org.jivesoftware.smackx.packet.DelayInfo;39 return new DelayInfo((DelayInformation)super.parseExtension(parser)); in parseExtension()
29 public class DelayInfo extends DelayInformation class38 public DelayInfo(DelayInformation delay) in DelayInfo() method in DelayInfo
24 import org.jivesoftware.smackx.packet.DelayInfo;