Class HttpFile

java.lang.Object
  |
  +--HttpFile

public class HttpFile
extends java.lang.Object
implements HttpProcessor


Field Summary
protected  java.io.File file
           
 
Constructor Summary
HttpFile(HttpInputStream in)
           
 
Method Summary
 void processRequest(HttpOutputStream out)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

file

protected java.io.File file
Constructor Detail

HttpFile

public HttpFile(HttpInputStream in)
         throws java.io.IOException
Method Detail

processRequest

public void processRequest(HttpOutputStream out)
                    throws java.io.IOException
Specified by:
processRequest in interface HttpProcessor