Class Shutdown


  • @Path("")
    public class Shutdown
    extends Object
    • Constructor Detail

      • Shutdown

        public Shutdown()
    • Method Detail

      • shutdownNow

        @POST
        @Path("/shutdown")
        @Produces("text/html")
        public jakarta.ws.rs.core.Response shutdownNow​(@Context
                                                       jakarta.servlet.http.HttpServletRequest request)
      • forceShutdown

        @POST
        @Path("/shutdown/force")
        @Produces("text/html")
        public jakarta.ws.rs.core.Response forceShutdown​(@Context
                                                         jakarta.servlet.http.HttpServletRequest request)
      • shutdown

        protected jakarta.ws.rs.core.Response shutdown​(jakarta.servlet.http.HttpServletRequest request,
                                                       boolean force)