Class ChatLogEndPoint

Object
ChatLogEndPoint

public class ChatLogEndPoint extends Object
The websocket defined for real time chat communication among players that are playing the game. Every instance of this class, corresponds to an active user chatting. We are communicating via text, the Message class is encoded and decoded to JSON format.
  • Field Details

    • internalpong

      public static boolean internalpong
  • Constructor Details

    • ChatLogEndPoint

      public ChatLogEndPoint()
  • Method Details