Class KawaHttpHandler.StaticFileHandler

java.lang.Object
gnu.kawa.servlet.KawaHttpHandler.StaticFileHandler
All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler
Enclosing class:
KawaHttpHandler

public static class KawaHttpHandler.StaticFileHandler extends Object implements com.sun.net.httpserver.HttpHandler
  • Constructor Details

    • StaticFileHandler

      public StaticFileHandler(String pathPrefix, String defaultUrl)
  • Method Details

    • windowClosed

      public void windowClosed()
    • handle

      public void handle(com.sun.net.httpserver.HttpExchange exchange) throws IOException
      Specified by:
      handle in interface com.sun.net.httpserver.HttpHandler
      Throws:
      IOException