A class which maps client ids to their corresponding sockets (if any).
gets, sends, and assigns client information
Optional
Private
assigns the passed id to either host/client
the cookie id of the request
get the client socket
the socket of the client
the client type
get the host's socket
the host socket
gets the ids of all currently connected clients
finds the client and sends a message
if the socket was found
the message to be sent
finds the host and sends a message
send an update message to all spectators
if it completed successfully
the message to send
Generated using TypeDoc
A class which maps client ids to their corresponding sockets (if any).
gets, sends, and assigns client information