public abstract class AbstractAsyncServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
AbstractAsyncServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
doRequest(RequestResponseKey rrk) |
protected abstract void |
doResponse(RequestResponseKey rrk,
Object o) |
protected abstract void |
doTimeout(RequestResponseKey rrk) |
static void |
notify(RequestResponseKey rrk,
Object context) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected abstract boolean doRequest(RequestResponseKey rrk) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected abstract void doResponse(RequestResponseKey rrk, Object o) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected abstract void doTimeout(RequestResponseKey rrk) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic static final void notify(RequestResponseKey rrk, Object context) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.