Enum ReconnectionManager.ReconnectionPolicy

java.lang.Object
java.lang.Enum<ReconnectionManager.ReconnectionPolicy>
org.jivesoftware.smack.ReconnectionManager.ReconnectionPolicy
All Implemented Interfaces:
Serializable, Comparable<ReconnectionManager.ReconnectionPolicy>
Enclosing class:
ReconnectionManager

Reconnection Policy, where RANDOM_INCREASING_DELAY is the default policy used by smack and FIXED_DELAY implies a fixed amount of time between reconnection attempts.