-
public class ConnectionStateListener.ConnectionStateChangeContains ConnectionState change information emitted by the Connection object.
-
-
Field Summary
Fields Modifier and Type Field Description public final ConnectionEventeventpublic final ConnectionStatepreviouspublic final ConnectionStatecurrentpublic final longretryInpublic final ErrorInforeason
-
Constructor Summary
Constructors Constructor Description ConnectionStateListener.ConnectionStateChange(ConnectionState previous, ConnectionState current, long retryIn, ErrorInfo reason)
-
Method Summary
Modifier and Type Method Description static ConnectionStateListener.ConnectionStateChangecreateUpdateEvent(ErrorInfo reason)-
-
Constructor Detail
-
ConnectionStateListener.ConnectionStateChange
ConnectionStateListener.ConnectionStateChange(ConnectionState previous, ConnectionState current, long retryIn, ErrorInfo reason)
-
-
Method Detail
-
createUpdateEvent
static ConnectionStateListener.ConnectionStateChange createUpdateEvent(ErrorInfo reason)
-
-
-
-