Module swim.api

Interface ServerContext

  • All Superinterfaces:
    swim.util.Log

    public interface ServerContext
    extends swim.util.Log
    • Method Detail

      • setRouter

        void setRouter​(Router router)
      • setStorage

        void setStorage​(Storage storage)
      • start

        void start()
      • stop

        void stop()
      • run

        void run()