Class Echo

java.lang.Object
  |
  +--Echo

public class Echo
extends java.lang.Object
implements HttpClassProcessor


Field Summary
protected  java.lang.String message
           
 
Constructor Summary
Echo()
           
 
Method Summary
 void initRequest(HttpInputStream in)
           
 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

message

protected java.lang.String message
Constructor Detail

Echo

public Echo()
Method Detail

initRequest

public void initRequest(HttpInputStream in)
                 throws java.io.IOException
Specified by:
initRequest in interface HttpClassProcessor

processRequest

public void processRequest(HttpOutputStream out)
                    throws java.io.IOException