State
fmgp.util.Websocket.State
object State extends Enumeration
Attributes
- See also
- Graph
-
- Supertypes
-
class Enumerationtrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
State.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Enumeration
- Supertypes
Attributes
- Inherited from:
- Enumeration
- Supertypes
object ValueOrdering
Attributes
- Inherited from:
- Enumeration
- Supertypes
class ValueSet
Attributes
- Inherited from:
- Enumeration
- Supertypes
-
trait Serializabletrait SortedSet[Value]trait SortedSet[Value]class AbstractSet[Value]trait Set[Value]trait Iterable[Value]class AbstractSet[Value]trait Set[Value]trait Equalsclass AbstractIterable[Value]trait Iterable[Value]trait IterableOnce[Value]class Objecttrait Matchableclass AnyShow all
Value members
Inherited methods
Attributes
- Inherited from:
- Enumeration
Attributes
- Inherited from:
- Enumeration
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Enumeration -> Any
- Inherited from:
- Enumeration
Concrete fields
The connection is closed or couldn't be opened.
The connection is closed or couldn't be opened.
Attributes
The connection is in the process of closing.
The connection is in the process of closing.
Attributes
Socket has been created. The connection is not yet open.
Socket has been created. The connection is not yet open.
Attributes
In this article