A class which maps client ids to their corresponding sockets (if any).
Private
gets the socket at the provided id
id of the desired socket
deletes the socket at the provided id
id to be deleted
send a message to all current sockets
isSuccessful
message to be sent
Sends a message to a socket with the specified id. Returns true if the message was sent successfully, and false otherwise.
Generated using TypeDoc
A class which maps client ids to their corresponding sockets (if any).