public class AsyncContinuation.AsyncEventState extends Timeout.Task implements Runnable
| Constructor and Description |
|---|
AsyncContinuation.AsyncEventState(ServletContext context,
ServletRequest request,
ServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
expired()
Expire task.
|
ServletContext |
getDispatchContext() |
String |
getPath() |
ServletRequest |
getRequest() |
ServletResponse |
getResponse() |
ServletContext |
getServletContext() |
ServletContext |
getSuspendedContext() |
void |
run() |
cancel, expire, getAge, getTimestamp, isExpired, isScheduled, reschedule, schedule, schedulepublic AsyncContinuation.AsyncEventState(ServletContext context, ServletRequest request, ServletResponse response)
public ServletContext getSuspendedContext()
public ServletContext getDispatchContext()
public ServletContext getServletContext()
public ServletRequest getRequest()
public ServletResponse getResponse()
public String getPath()
public void expired()
Timeout.Taskexpired in class Timeout.TaskCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.