
com.pusher.client.connection.ConnectionState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pusher-java-client Show documentation
Show all versions of pusher-java-client Show documentation
This is a Java client library for Pusher, targeted at core Java and Android.
package com.pusher.client.connection;
/**
* Represents connection states e.g. connected and disconnected.
*/
public enum ConnectionState {
CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED, RECONNECTING, ALL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy