Class ConnectionManager

java.lang.Object
java.lang.Thread
com.houseofkraft.nsp.networking.ConnectionManager
All Implemented Interfaces:
Runnable

class ConnectionManager extends Thread
  • Constructor Details

    • ConnectionManager

      ConnectionManager()
  • Method Details

    • run

      public void run()
      This ConnectionManager is a global Client Manager that monitors if any Client has been removed from the Socket for any reason, such as being kicked, banned, timed out, etc. If so, then the Socket will be properly closed and the Client will be removed from the connection list.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread