All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.getstream.core.faye.client.FayeClientState Maven / Gradle / Ivy

There is a newer version: 3.15.1
Show newest version
package io.getstream.core.faye.client;

public enum FayeClientState {
  UNCONNECTED,
  CONNECTING,
  CONNECTED,
  DISCONNECTED,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy