Interface RequestHandler
-
public interface RequestHandler
RequestHandler interface.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doRequest(OutputStream out)
doRequest
-
-
-
Method Detail
-
doRequest
void doRequest(OutputStream out) throws IOException
doRequest
- Parameters:
out
- aOutputStream
object.- Throws:
IOException
- if any.
-
-