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.ConnectionListener
public void connected(org.jivesoftware.smack.XMPPConnection arg0)
connected
in interface org.jivesoftware.smack.ConnectionListener
public void connectionClosed()
connectionClosed
in interface org.jivesoftware.smack.ConnectionListener
public void connectionClosedOnError(Exception e)
connectionClosedOnError
in interface org.jivesoftware.smack.ConnectionListener
public void reconnectingIn(int arg0)
reconnectingIn
in interface org.jivesoftware.smack.ConnectionListener
public void reconnectionFailed(Exception e)
reconnectionFailed
in interface org.jivesoftware.smack.ConnectionListener
public void reconnectionSuccessful()
reconnectionSuccessful
in interface org.jivesoftware.smack.ConnectionListener
Copyright © 2019 Communote team. All rights reserved.