public class XMPPConnectionStatusLogger extends Object implements org.jivesoftware.smack.ConnectionListener
| Constructor and Description |
|---|
XMPPConnectionStatusLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticated(org.jivesoftware.smack.XMPPConnection arg0) |
void |
connected(org.jivesoftware.smack.XMPPConnection arg0) |
void |
connectionClosed() |
void |
connectionClosedOnError(Exception e) |
void |
reconnectingIn(int arg0) |
void |
reconnectionFailed(Exception e) |
void |
reconnectionSuccessful() |
public void authenticated(org.jivesoftware.smack.XMPPConnection arg0)
authenticated in interface org.jivesoftware.smack.ConnectionListenerpublic void connected(org.jivesoftware.smack.XMPPConnection arg0)
connected in interface org.jivesoftware.smack.ConnectionListenerpublic void connectionClosed()
connectionClosed in interface org.jivesoftware.smack.ConnectionListenerpublic void connectionClosedOnError(Exception e)
connectionClosedOnError in interface org.jivesoftware.smack.ConnectionListenerpublic void reconnectingIn(int arg0)
reconnectingIn in interface org.jivesoftware.smack.ConnectionListenerpublic void reconnectionFailed(Exception e)
reconnectionFailed in interface org.jivesoftware.smack.ConnectionListenerpublic void reconnectionSuccessful()
reconnectionSuccessful in interface org.jivesoftware.smack.ConnectionListenerCopyright © 2019 Communote team. All rights reserved.