State

fmgp.did.framework.Websocket.State
object State extends Enumeration

Attributes

See also
Graph
Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
State.type

Members list

Type members

Inherited classlikes

protected class Val(i: Int, name: String)

Attributes

Inherited from:
Enumeration
Supertypes
class Value
trait Serializable
trait Ordered[Value]
trait Comparable[Value]
class Object
trait Matchable
class Any
Show all
abstract class Value()

Attributes

Inherited from:
Enumeration
Supertypes
trait Serializable
trait Ordered[Value]
trait Comparable[Value]
class Object
trait Matchable
class Any
Show all
object ValueOrdering

Attributes

Inherited from:
Enumeration
Supertypes
trait Ordering[Value]
trait Equiv[Value]
trait Serializable
trait Comparator[Value]
class Object
trait Matchable
class Any
Show all
class ValueSet

Attributes

Inherited from:
Enumeration
Supertypes
object ValueSet

Attributes

Inherited from:
Enumeration
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Inherited methods

final protected def Value(i: Int, name: String): Value

Attributes

Inherited from:
Enumeration
final protected def Value(name: String): Value

Attributes

Inherited from:
Enumeration
final protected def Value(i: Int): Value

Attributes

Inherited from:
Enumeration
final protected def Value: Value

Attributes

Inherited from:
Enumeration
final def apply(x: Int): Value

Attributes

Inherited from:
Enumeration
final def maxId: Int

Attributes

Inherited from:
Enumeration
protected def readResolve(): AnyRef

Attributes

Inherited from:
Enumeration
override def toString(): String

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

Attributes

Inherited from:
Enumeration
final def withName(s: String): Value

Attributes

Inherited from:
Enumeration

Concrete fields

val CLOSED: Value

The connection is closed or couldn't be opened.

The connection is closed or couldn't be opened.

Attributes

val CLOSING: Value

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

val OPEN: Value

The connection is open and ready to communicate.

The connection is open and ready to communicate.

Attributes