Class StopListenerThread

java.lang.Object
java.lang.Thread
com.intuit.karate.shell.StopListenerThread
All Implemented Interfaces:
Runnable

public class StopListenerThread extends Thread
Author:
pthomas3
  • Constructor Details

    • StopListenerThread

      public StopListenerThread(int port, Stoppable stoppable)
  • Method Details

    • getPort

      public int getPort()
    • run

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

      public static void stop(int port)