java.lang.Object
java.lang.Thread
org.apache.synapse.commons.emulator.core.Emulator
All Implemented Interfaces:
Runnable

public class Emulator extends Thread
  • Constructor Details

    • Emulator

      public Emulator()
      Constructor of the class.
  • Method Details

    • getHttpProtocolEmulator

      public HTTPProtocolEmulator getHttpProtocolEmulator()
      Get the HTTPProtocolEmulator object.
      Returns:
      object of HTTPProtocolEmulator
    • run

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

      public void shutdown(EmulatorType emulatorType)