Class ConnectionHandler

java.lang.Object
megamek.server.ConnectionHandler
All Implemented Interfaces:
Runnable

public class ConnectionHandler extends Object implements Runnable
Thread that runs and checks to see if there's any incoming packets from a connection.
  • Method Details

    • signalStop

      public void signalStop()
      Called when the AbstractConnection disconnects and signals the thread to stop.
    • run

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