Class Emulator

  • All Implemented Interfaces:
    Runnable

    public class Emulator
    extends Thread
    • Constructor Detail

      • Emulator

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

      • 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)