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 Params
payload

any connection parameters that the client wishes to send

Companion
object
trait Payload[Map[String, Json]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product