diff src/luan/host/WebHandler.java @ 1136:d30d400fd43d

add http/jetty
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 29 Jan 2018 17:50:49 -0700
parents 707a5d874f3e
children bdf27aa2a65c
line wrap: on
line diff
--- a/src/luan/host/WebHandler.java	Sun Jan 28 21:36:58 2018 -0700
+++ b/src/luan/host/WebHandler.java	Mon Jan 29 17:50:49 2018 -0700
@@ -29,9 +29,9 @@
 import luan.modules.IoLuan;
 import luan.modules.JavaLuan;
 import luan.modules.PackageLuan;
-import luan.modules.http.LuanHandler;
-import luan.modules.http.AuthenticationHandler;
-import luan.modules.http.NotFound;
+import luan.modules.http.jetty.LuanHandler;
+import luan.modules.http.jetty.AuthenticationHandler;
+import luan.modules.http.jetty.NotFound;
 
 
 public class WebHandler extends AbstractHandler {