com.lukasfeiler.httpd
Class HTTPServerPlugin

java.lang.Object
  extended bycom.lukasfeiler.httpd.HTTPServerPlugin
Direct Known Subclasses:
DirectoryIndex, ExtensionFilter, HTTPAuth, IPFilter, ParseM3U, ReadFile

public class HTTPServerPlugin
extends java.lang.Object


Field Summary
protected  HTTPServer server
           
 
Constructor Summary
HTTPServerPlugin(HTTPServer server)
           
 
Method Summary
 boolean run(HTTPSocket socket, java.io.File file, java.lang.String requestedRecource, java.util.Vector headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

server

protected HTTPServer server
Constructor Detail

HTTPServerPlugin

public HTTPServerPlugin(HTTPServer server)
Method Detail

run

public boolean run(HTTPSocket socket,
                   java.io.File file,
                   java.lang.String requestedRecource,
                   java.util.Vector headers)
            throws java.io.IOException
Throws:
java.io.IOException