com.objectwave.simpleSockets
Interface ReplyHandler

All Known Implementing Classes:
FileHandler, HTTPCommandImpl

public interface ReplyHandler

Implementers of this interface can plug into the SimpleServer framework.

Version:
1.0

Method Summary
 java.io.InputStream processRequest(java.lang.String request)
           
 

Method Detail

processRequest

public java.io.InputStream processRequest(java.lang.String request)