Class PregrouperHttpServer

java.lang.Object
cz.drg.pregrouper.http.PregrouperHttpServer

public class PregrouperHttpServer extends Object
HTTP server for handling incoming POST requests. Creates, runs, and also shuts down the HTTP server instance. The provided callback is invoked with the run ID upon receiving a POST request.
  • Constructor Details

    • PregrouperHttpServer

      public PregrouperHttpServer()
  • Method Details

    • start

      public void start(ArgConfig args, Callback handler)
    • startHttpServer

      public void startHttpServer()