package
websocket
Type Members
-
case class
BinaryFrame(data: Array[Byte]) extends DataFrame with Product with Serializable
-
trait
DataFrame extends AnyRef
-
case class
TextFrame(data: String) extends DataFrame with Product with Serializable
-
trait
Websocket extends AnyRef
-
-
case class
WebsocketException(message: String) extends RuntimeException with NoStackTrace with Product with Serializable
-
-