Package server
package server
-
ClassDescriptionInterface defining database operations for the chat server.This http handler class handles the joining/connecting to a chat room.Handles all database operations for the chat server.This http handler class handles the leaving/disconnecting from a chat room.This http handler class handles the joining/connecting to a chat room.This http handler class handles the requesting of chatlists that a user is a member in.This http handler class handles the joining/connecting to a chat room.Source - https://stackoverflow.com/a/75502641
Posted by Basil Bourque, modified by community.This http handler class handles the joining/connecting to a chat room.Deprecated.This class creates and starts the Database connection, Http server and Websocket server.Supporting bi directional data structure for storing (user, chat) tuples.This class handles the websocket connections to the server.