Some fixes to reconnect handling.

This commit is contained in:
LevelX2 2014-09-28 15:45:15 +02:00
parent dc1f3ff3d8
commit 2835a4e152
3 changed files with 24 additions and 4 deletions

View file

@ -42,6 +42,8 @@ public interface Connect {
void disconnect(boolean showMessage);
void reconnect(Throwable throwable);
boolean ping();
boolean isConnected();