org.littleshoot.commom.xmpp
Class DefaultXmppConnectionRetryStrategy

java.lang.Object
  extended by org.littleshoot.commom.xmpp.DefaultXmppConnectionRetryStrategy
All Implemented Interfaces:
XmppConnectionRetyStrategy

public class DefaultXmppConnectionRetryStrategy
extends Object
implements XmppConnectionRetyStrategy


Constructor Summary
DefaultXmppConnectionRetryStrategy()
           
 
Method Summary
 boolean retry()
           
 void sleep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultXmppConnectionRetryStrategy

public DefaultXmppConnectionRetryStrategy()
Method Detail

retry

public boolean retry()
Specified by:
retry in interface XmppConnectionRetyStrategy

sleep

public void sleep()
Specified by:
sleep in interface XmppConnectionRetyStrategy


Copyright © 2014 LittleShoot. All Rights Reserved.