public abstract class RequestHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_SIZE |
| Constructor and Description |
|---|
RequestHandler(RequestPath path,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Repository repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest() |
public static final int BUFFER_SIZE
public RequestHandler(RequestPath path, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, Repository repository)
public void handleRequest()
throws RepositoryException,
java.io.IOException
RepositoryExceptionjava.io.IOException