com.lukasfeiler.httpd
Class ReadFile

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

public class ReadFile
extends HTTPServerPlugin


Field Summary
 
Fields inherited from class com.lukasfeiler.httpd.HTTPServerPlugin
server
 
Constructor Summary
ReadFile(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

ReadFile

public ReadFile(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