Class that represents a client that connects to a main server.
Definition: client.h:40
void applicationMessageCallback(Client *client, std::string &message)
Handle receiving new client messages.
Definition: app_callback.cc:24
void applicationConnectCallback(Client *client)
Handle connecting to the server.
Definition: app_callback.cc:70