Class StartServer

java.lang.Object
java.lang.Thread
com.biglybt.ui.common.StartServer
All Implemented Interfaces:
Runnable

public class StartServer extends Thread
  • Field Details

    • socket

      private ServerSocket socket
    • state

      private int state
    • bContinue

      private boolean bContinue
    • STATE_FAULTY

      public static final int STATE_FAULTY
      See Also:
    • STATE_LISTENING

      public static final int STATE_LISTENING
      See Also:
  • Constructor Details

    • StartServer

      public StartServer()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • stopIt

      public void stopIt()
    • getServerState

      public int getServerState()