public class AsyncContextEvent extends AsyncEvent implements Runnable
| Constructor and Description |
|---|
AsyncContextEvent(ContextHandler.Context context,
AsyncContextState asyncContext,
HttpChannelState state,
Request baseRequest,
ServletRequest request,
ServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelTimeoutTask() |
void |
completed() |
AsyncContext |
getAsyncContext() |
ContextHandler.Context |
getContext() |
ServletContext |
getDispatchContext() |
HttpChannelState |
getHttpChannelState() |
String |
getPath() |
ServletContext |
getServletContext() |
ServletContext |
getSuspendedContext() |
Throwable |
getThrowable() |
void |
run() |
void |
setDispatchContext(ServletContext context) |
void |
setDispatchPath(String path) |
void |
setThrowable(Throwable throwable) |
void |
setTimeoutTask(Scheduler.Task task) |
getSuppliedRequest, getSuppliedResponsepublic AsyncContextEvent(ContextHandler.Context context, AsyncContextState asyncContext, HttpChannelState state, Request baseRequest, ServletRequest request, ServletResponse response)
public ServletContext getSuspendedContext()
public ContextHandler.Context getContext()
public ServletContext getDispatchContext()
public ServletContext getServletContext()
public String getPath()
public void setTimeoutTask(Scheduler.Task task)
public void cancelTimeoutTask()
public AsyncContext getAsyncContext()
getAsyncContext in class AsyncEventpublic Throwable getThrowable()
getThrowable in class AsyncEventpublic void setThrowable(Throwable throwable)
public void setDispatchContext(ServletContext context)
public void setDispatchPath(String path)
public void completed()
public HttpChannelState getHttpChannelState()
Copyright © 1995-2015 Webtide. All Rights Reserved.