org.terminal21.server.json

Members list

Type members

Classlikes

sealed trait Body

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CloseSession
trait UiEvent
class OnChange
class OnClick
case class CloseSession(id: String) extends Body

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Body
class Object
trait Matchable
class Any
Show all
case class OnChange(sessionId: String, key: String, value: String) extends UiEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UiEvent
trait Body
class Object
trait Matchable
class Any
Show all
case class OnClick(sessionId: String, key: String) extends UiEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait UiEvent
trait Body
class Object
trait Matchable
class Any
Show all
case class RemoveSession(id: String) extends Body

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Body
class Object
trait Matchable
class Any
Show all
case class SessionsWsResponse(sessions: Seq[Session]) extends WsResponse

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait WsResponse
class Object
trait Matchable
class Any
Show all
case class StateWsResponse(session: Session, sessionState: Json) extends WsResponse

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait WsResponse
class Object
trait Matchable
class Any
Show all
sealed trait UiEvent extends Body

Attributes

Supertypes
trait Body
class Object
trait Matchable
class Any
Known subtypes
class OnChange
class OnClick
case class WsRequest(operation: String, body: Option[Body])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object WsRequest

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
WsRequest.type
sealed trait WsResponse

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes