com.lukasfeiler.httpd
Class DirectoryIndex

java.lang.Object
  extended bycom.lukasfeiler.httpd.HTTPServerPlugin
      extended bycom.lukasfeiler.httpd.DirectoryIndex

public class DirectoryIndex
extends HTTPServerPlugin


Field Summary
 
Fields inherited from class com.lukasfeiler.httpd.HTTPServerPlugin
server
 
Constructor Summary
DirectoryIndex(HTTPServer server)
           
 
Method Summary
 boolean run(HTTPSocket socket, java.io.File f, java.lang.String requestedResource, java.util.Vector headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryIndex

public DirectoryIndex(HTTPServer server)
Method Detail

run

public boolean run(HTTPSocket socket,
                   java.io.File f,
                   java.lang.String requestedResource,
                   java.util.Vector headers)
            throws java.io.IOException
Overrides:
run in class HTTPServerPlugin
Throws:
java.io.IOException