Uses of Enum
io.socket.engineio.server.ReadyState
Packages that use ReadyState
-
Uses of ReadyState in io.socket.engineio.server
Subclasses with type arguments of type ReadyState in io.socket.engineio.serverModifier and TypeClassDescriptionenumThe possible states a connection can be in at any given time.Fields in io.socket.engineio.server declared as ReadyStateModifier and TypeFieldDescriptionprivate ReadyStateEngineIoSocket.mReadyStateprotected ReadyStateTransport.mReadyStateMethods in io.socket.engineio.server that return ReadyStateModifier and TypeMethodDescriptionEngineIoSocket.getReadyState()Gets the ready state of this socket.static ReadyStateReturns the enum constant of this type with the specified name.static ReadyState[]ReadyState.values()Returns an array containing the constants of this enum type, in the order they are declared.