public abstract class KawaServlet
extends HttpServlet
| Modifier and Type | Class and Description |
|---|---|
static class |
KawaServlet.Context |
| Constructor and Description |
|---|
KawaServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
run(CallContext ctx) |
void |
run(HttpRequestContext hctx,
CallContext ctx) |
public void run(CallContext ctx) throws java.lang.Throwable
java.lang.Throwablepublic void run(HttpRequestContext hctx, CallContext ctx) throws java.lang.Throwable
java.lang.Throwablepublic void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOExceptionpublic void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
java.io.IOException
ServletExceptionjava.io.IOException