Package org.cis1200

Class ServerBackend

java.lang.Object
org.cis1200.ServerBackend
All Implemented Interfaces:
Runnable

final class ServerBackend extends Object implements Runnable
The ServerBackend handles networking and communication with clients, and is responsible for managing the server state and executing tasks. To run the server, you should see the ServerMain class. You do not need to modify this file.
  • Constructor Details

    • ServerBackend

      public ServerBackend(ServerModel model)
  • Method Details

    • isRunning

      public boolean isRunning()
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • stop

      public void stop()