Class StaticFileHttpHandler

java.lang.Object
org.jobrunr.dashboard.server.AbstractHttpExchangeHandler
org.jobrunr.dashboard.server.http.StaticFileHttpHandler
All Implemented Interfaces:
HttpHandler, AutoCloseable, HttpExchangeHandler
Direct Known Subclasses:
JobRunrStaticFileHandler

public class StaticFileHttpHandler extends AbstractHttpExchangeHandler
  • Constructor Details

    • StaticFileHttpHandler

      public StaticFileHttpHandler(String contextPath, String rootDir)
    • StaticFileHttpHandler

      public StaticFileHttpHandler(String contextPath, String rootDir, boolean singlePageApp)
  • Method Details

    • getContextPath

      public String getContextPath()
    • handle

      public void handle(HttpExchange httpExchange)