All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.littleshoot.commom.xmpp.XmppConnectionRetyStrategy Maven / Gradle / Ivy

The newest version!
package org.littleshoot.commom.xmpp;

public interface XmppConnectionRetyStrategy {

    boolean retry();

    void sleep();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy