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 |
addThrowable(Throwable e) |
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 |
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 setDispatchContext(ServletContext context)
public void setDispatchPath(String path)
path - encoded URIpublic void completed()
public HttpChannelState getHttpChannelState()
public void addThrowable(Throwable e)
Copyright © 1995–2017 Webtide. All rights reserved.