Interface RequestHandler


  • public interface RequestHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean run​(String pathInfo, org.eclipse.jetty.server.Request req, org.eclipse.jetty.server.Response resp)  
    • Method Detail

      • run

        boolean run​(String pathInfo,
                    org.eclipse.jetty.server.Request req,
                    org.eclipse.jetty.server.Response resp)
             throws IOException
        Throws:
        IOException