Added initial SCGI server and a handler for serving JARs from the filesystem.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
index 423deba..47d4d13 100644 (file)
@@ -5,4 +5,5 @@ public interface ServerContext {
     public String sysconfig(String key, String def);
     public String libconfig(String key, String def);
     public String name();
+    public RequestThread worker(Responder root, Request req, ThreadGroup tg, String name);
 }