Package gaiasky.rest

Class RESTServer

java.lang.Object
gaiasky.rest.RESTServer

public class RESTServer extends Object
REST Server class to implement the REST API
  • Constructor Details

    • RESTServer

      public RESTServer()
  • Method Details

    • initialize

      public static void initialize(Integer rest_port)
      Initialize the REST server.

      Sets the routes and then passes the call to the handler.

      Parameters:
      rest_port - The port to use for the REST server
    • activate

      public static void activate()
      Activate. Set the "activated" flag for the server.
    • dispose

      public static void dispose()
      Stops the REST server gracefully.