ConnectionInit

final case class ConnectionInit(payload: Map[String, Json]) extends FromClient with Payload[Map[String, Json]]

Starts communication with the server. The client may expect a ConnectionAck or ConnectionError in response.

Value parameters:
payload

any connection parameters that the client wishes to send

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product