Class ShutdownMonitor.ShutdownMonitorRunnable

java.lang.Object
org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
ShutdownMonitor

private class ShutdownMonitor.ShutdownMonitorRunnable extends Object implements Runnable
Thread for listening to STOP.PORT for command to stop Jetty. If ShutdownMonitor.exitVm is true, then System.exit will also be called after the stop.
  • Field Details

  • Constructor Details

    • ShutdownMonitorRunnable

      private ShutdownMonitorRunnable(ServerSocket serverSocket)
  • Method Details