Class RedirectHttpHandler

java.lang.Object
org.jobrunr.dashboard.server.AbstractHttpExchangeHandler
org.jobrunr.dashboard.server.http.RedirectHttpHandler
All Implemented Interfaces:
HttpHandler, AutoCloseable, HttpExchangeHandler

public class RedirectHttpHandler extends AbstractHttpExchangeHandler
  • Constructor Details

    • RedirectHttpHandler

      public RedirectHttpHandler(String contextPath, String to)
  • Method Details