Package gnu.kawa.servlet
Class KawaHttpHandler.StaticFileHandler
- java.lang.Object
-
- gnu.kawa.servlet.KawaHttpHandler.StaticFileHandler
-
- All Implemented Interfaces:
HttpHandler
- Enclosing class:
- KawaHttpHandler
public static class KawaHttpHandler.StaticFileHandler extends Object implements HttpHandler
-
-
Constructor Summary
Constructors Constructor Description StaticFileHandler(String pathPrefix, String defaultUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(HttpExchange exchange)
void
windowClosed()
-
-
-
Method Detail
-
windowClosed
public void windowClosed()
-
handle
public void handle(HttpExchange exchange) throws IOException
- Specified by:
handle
in interfaceHttpHandler
- Throws:
IOException
-
-