Class HttpClass

java.lang.Object
  |
  +--HttpClass

public class HttpClass
extends java.lang.Object
implements HttpProcessor


Field Summary
protected  HttpClassProcessor processor
           
 
Constructor Summary
HttpClass(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

processor

protected HttpClassProcessor processor
Constructor Detail

HttpClass

public HttpClass(HttpInputStream in)
          throws java.io.IOException,
                 java.lang.IllegalAccessException,
                 java.lang.InstantiationException
Method Detail

processRequest

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