Interface EmbeddedHttpServer

  • All Superinterfaces:
    Configurable

    public interface EmbeddedHttpServer
    extends Configurable
    Default interface to provide an embedded http-server.
    • Method Detail

      • start

        void start()
        Starts this server.
      • stop

        void stop()
        Stops this server and close any open resources.